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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
dependabot[bot]
2026-07-05 17:19:12 +02:00
committed by GitHub
parent 4370ee356b
commit f0915e7f6f
2 changed files with 5 additions and 4 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`
@@ -26,5 +26,6 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false
VALIDATE_YAML_PRETTIER: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
# Test 1
- name: Shortify an existing git revision
@@ -167,7 +167,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: this-action
ref: ${{ github.ref }}
@@ -216,7 +216,7 @@ jobs:
concurrency:
group: release-${{ github.ref }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
persist-credentials: false