We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4021e26 + ddfc470 commit 54cf0b7Copy full SHA for 54cf0b7
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
with:
10
submodules: 'recursive'
11
12
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
13
14
distribution: 'temurin'
15
java-version: '21'
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
java-version: ${{ matrix.java_version }}
0 commit comments