We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e24451 commit b1ad9e7Copy full SHA for b1ad9e7
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
reqwest-jni
22
- run: cargo install cross
23
- name: set up JDK ${{ matrix.java }}
24
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
25
with:
26
java-version: ${{ matrix.java }}
27
distribution: zulu
.github/workflows/publish-maven.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: set up JDK
java-version: 21
0 commit comments