fix(ignore): bump actions/checkout from 6 to 7 (#32368)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-22 20:40:41 +02:00
committed by Koen Kanters
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent c6e7d2dd16
commit 679436e09b
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: dev
token: ${{ secrets.GH_TOKEN }}