Skip to content

Commit aa5c3f7

Browse files
chore(deps): update actions/checkout action to v6.0.3
1 parent ddd3991 commit aa5c3f7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/java-version-matrix-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: [8, 11, 17, 21, 25]
2727
steps:
2828
- name: Check out
29-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3030
with:
3131
persist-credentials: false
3232

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919
with:
2020
persist-credentials: false
2121
fetch-depth: 0 # needed for git diff --merge-base in lint:links

.github/workflows/nightly-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: read # checkout only
2929
steps:
3030
- name: Checkout main branch
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3232
with:
3333
persist-credentials: false
3434
fetch-depth: 0
@@ -75,7 +75,7 @@ jobs:
7575
contents: write # push generated results to the benchmarks branch
7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
78+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7979
with:
8080
# zizmor: ignore[artipacked] -- needs credentials to push to benchmarks branch
8181
persist-credentials: true

0 commit comments

Comments
 (0)