Update actions/checkout action to v5
All checks were successful
renovate / renovate (push) Successful in 2m58s

This commit is contained in:
Renovate Bot
2025-08-12 02:02:31 +00:00
parent a8ee22e39e
commit 9d942f27a5

View File

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