build(deps): bump actions/checkout from 4 to 5 in the dependencies group (#31)

This commit is contained in:
dependabot[bot]
2025-08-13 20:23:15 +02:00
committed by GitHub
parent 6a2b4fbd8b
commit d6e06c91c1
2 changed files with 4 additions and 4 deletions

View File

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

View File

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