Update actions/checkout action to v6 #7

Merged
bot merged 1 commits from renovate/actions-checkout-6.x into main 2025-11-21 03:02:17 +01:00
Showing only changes of commit 33680cbee9 - Show all commits

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"