Compare commits

...

2 commits

Author SHA1 Message Date
185008b6a1 Merge pull request 'Update actions/checkout action to v5' (#2) from renovate/actions-checkout-5.x into main
Some checks failed
Renovater / renovate (push) Failing after 50s
Reviewed-on: #2
2025-08-24 15:45:14 +02:00
1cac8e6306 Update actions/checkout action to v5 2025-08-24 12:15:10 +00:00

View file

@ -11,7 +11,7 @@ jobs:
runs-on: docker runs-on: docker
container: ghcr.io/renovatebot/renovate:latest@sha256:90df8f81b7e2661b9b2d2a7f355f916c65c4f38937325378f3911fe1ee8fee11 container: ghcr.io/renovatebot/renovate:latest@sha256:90df8f81b7e2661b9b2d2a7f355f916c65c4f38937325378f3911fe1ee8fee11
steps: steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "/workspace/watson/renovater/config.js" RENOVATE_CONFIG_FILE: "/workspace/watson/renovater/config.js"