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.
1 parent 2a9399a commit b8c85aaCopy full SHA for b8c85aa
.github/workflows/linux.yml
@@ -22,7 +22,7 @@ jobs:
22
submodules: 'recursive'
23
show-progress: 'false'
24
- name: Set up JDK
25
- uses: actions/setup-java@v4.2.1
+ uses: actions/setup-java@v5
26
with:
27
distribution: 'temurin'
28
java-version: ${{ matrix.jdk }}
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
java-version: 11
0 commit comments