Skip to content

Commit

Permalink
Use latest setup-java action
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Sep 12, 2023
1 parent 5da8cbe commit 95e9bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
fetch-depth: 5

- name: Setup Java
uses: oracle-actions/setup-java@v1
uses: oracle-actions/setup-java@v1.3.1
with:
website: jdk.java.net
release: 17.0.8
release: 17

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
persist-credentials: false

- name: Setup Java
uses: oracle-actions/setup-java@v1
uses: oracle-actions/setup-java@v1.3.1
with:
website: jdk.java.net
release: 17.0.8
release: 17

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 95e9bd2

Please sign in to comment.