mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Update actions/setup-java action to v4
This commit is contained in:
parent
2aa53ae682
commit
7e08097657
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-maven.yml
vendored
2
.github/workflows/publish-maven.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
reqwest-jni
|
reqwest-jni
|
||||||
- run: cargo install cross
|
- run: cargo install cross
|
||||||
- name: set up JDK
|
- name: set up JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
|
|
Loading…
Reference in a new issue