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 2b5aba9 + c8ba12e commit 71a53bdCopy full SHA for 71a53bd
3 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
- name: Set up JDK ${{ matrix.jdk }}
23
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
24
with:
25
distribution: 'temurin'
26
java-version: '${{ matrix.jdk }}'
.github/workflows/codeql.yml
@@ -26,7 +26,7 @@ jobs:
27
28
- name: Setup Java
29
30
31
distribution: temurin
32
java-version: 21
.github/workflows/coverage.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Set up JDK 21
18
19
java-version: '21'
0 commit comments