Skip to content

Commit

Permalink
Bump actions/setup-java from 3.13.0 to 4.0.0 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent e9f45a6 commit aa203bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
- name: Set up JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: 17
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
ref: ${{ inputs.ref }}
- name: Set up JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: 17
distribution: temurin
Expand Down

0 comments on commit aa203bb

Please sign in to comment.