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 9249c76 + bbce355 commit a75248cCopy full SHA for a75248c
.github/workflows/codeql-analysis.yml
@@ -32,7 +32,7 @@ jobs:
32
fetch-depth: 2
33
34
- name: Setup Java JDK
35
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
36
with:
37
java-version: 17
38
distribution: 'zulu'
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v5
11
- name: Set up JDK
12
13
14
15
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Setup java
21
22
23
24
java-version: ${{ matrix.java }}
0 commit comments