Update actions/checkout action to v7 #8

Merged
bot merged 1 commits from renovate/actions-checkout-7.x into main 2026-06-19 04:04:23 +02:00
Showing only changes of commit 9fcea41c43 - Show all commits
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/sora/renovate-config/config.js"