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 19aba01 + 4051e7b commit b0a354aCopy full SHA for b0a354a
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up JDK ${{ matrix.jdk }}
24
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
25
with:
26
distribution: 'temurin'
27
java-version: '${{ matrix.jdk }}'
.github/workflows/codeql.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
33
- name: Setup Java
34
35
36
distribution: temurin
37
java-version: 17
.github/workflows/coverage.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Set up JDK 11
19
20
java-version: '11'
0 commit comments