Update actions/checkout action to v6

This commit is contained in:
Renovate Bot
2025-11-21 02:02:14 +00:00
parent 9d942f27a5
commit 33680cbee9

View File

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