We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8323803 commit b9423b4Copy full SHA for b9423b4
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
java: [25, 21, 17, 11, 8]
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- uses: actions/setup-java@v5
13
with:
14
java-version: ${{ matrix.java }}
0 commit comments