We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33403e commit 67ba2ceCopy full SHA for 67ba2ce
2 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Setup Java
22
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
23
with:
24
distribution: zulu
25
java-version: "${{ matrix.java-version }}"
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
26
27
28
29
30
java-version: "8"
0 commit comments