We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3785c4 + ee57cc3 commit f094a0eCopy full SHA for f094a0e
2 files changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout
33
uses: actions/checkout@v5
34
- name: Set up JDK ${{ matrix.java }}
35
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
36
with:
37
distribution: temurin
38
java-version: ${{ matrix.java }}
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Set up JDK 17
13
14
15
16
java-version: 17
0 commit comments