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.
1 parent 0d9e427 commit 1ff65acCopy full SHA for 1ff65ac
.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