Compare commits

...

2 Commits

Author SHA1 Message Date
bot
68726cf152 Merge pull request 'Update actions/checkout action to v6' (#7) from renovate/actions-checkout-6.x into main
All checks were successful
renovate / renovate (push) Successful in 1m57s
2025-11-21 03:02:17 +01:00
Renovate Bot
33680cbee9 Update actions/checkout action to v6 2025-11-21 02:02:14 +00:00

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "/workspace/sora/renovate-config/config.js" RENOVATE_CONFIG_FILE: "/workspace/sora/renovate-config/config.js"