Skip to content

Commit a268bf4

Browse files
chore(deps): bump actions/checkout
Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...d23441a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 470e337 commit a268bf4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "Confirmation must exactly match BUILD_SNAPSHOT." >&2
3939
exit 1
4040
fi
41-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
41+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4242
with:
4343
ref: ${{ github.sha }}
4444
- uses: aquasecurity/setup-trivy@81e514348e19b6112ce2a7e3ecbafe19c1e1f567 # v0.3.1

.github/workflows/deploy-cloudflare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Checkout reviewed release
42-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
42+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4343
with:
4444
ref: ${{ github.sha }}
4545

.github/workflows/static-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
skills: ${{ steps.scope.outputs.skills }}
3131
workflow: ${{ steps.scope.outputs.workflow }}
3232
steps:
33-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
33+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
3434
with:
3535
fetch-depth: 0
3636
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: ubuntu-24.04
160160
timeout-minutes: 10
161161
steps:
162-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
162+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
163163
- name: Lint GitHub Actions and embedded shell
164164
uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2.2.0
165165
with:
@@ -179,7 +179,7 @@ jobs:
179179
HEAD_SHA: ${{ needs.changes.outputs.head_sha }}
180180
SKILLS_CHANGED: ${{ needs.changes.outputs.skills }}
181181
steps:
182-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
182+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
183183
with:
184184
fetch-depth: 0
185185
ref: ${{ needs.changes.outputs.head_sha }}

0 commit comments

Comments
 (0)