Update actions/checkout action to v7 #290

Merged
bot merged 1 commits from renovate/actions-checkout-7.x into main 2026-06-20 04:04:31 +02:00
Showing only changes of commit d2ca79ac57 - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
submodules: true
fetch-depth: 0