Skip to content

Commit b9423b4

Browse files
committed
Updated checkout action [skip ci]
1 parent 8323803 commit b9423b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
java: [25, 21, 17, 11, 8]
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-java@v5
1313
with:
1414
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)