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 5f88ba7 + c58708f commit 8765640Copy full SHA for 8765640
.github/workflows/build.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
- name: Set up JDK ${{ matrix.java-version }}
23
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
24
with:
25
distribution: 'temurin'
26
java-version: ${{ matrix.java-version }}
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Set up JDK 8
16
17
18
19
java-version: 8
0 commit comments