build(deps): bump actions/checkout from 6 to 7 in the dependencies group (#41)

This commit is contained in:
dependabot[bot]
2026-06-25 18:42:31 +02:00
committed by GitHub
parent e4212caf3f
commit 0f3de2312e
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
# Test 1
- name: Slugify key only
@@ -187,7 +187,7 @@ jobs:
- os-testing
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false