Skip to content

Commit 5996d1d

Browse files
Update actions/checkout action to v6
1 parent 3d7b5e7 commit 5996d1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616

1717
- name: Set up JDK 21
1818
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
java-version: 21
4545

4646
- name: Checkout
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
47+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4848
with:
4949
token: ${{ secrets.REPO_ACCESS_TOKEN }}
5050

0 commit comments

Comments
 (0)