Skip to content

Commit

Permalink
chore(deps): Update actions/setup-java action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent c44617e commit 762373e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: "validate gradle wrapper"
uses: "gradle/wrapper-validation-action@v1"
- name: "setup jdk ${{ env.JAVA_VERSION }}"
uses: "actions/setup-java@v3"
uses: "actions/setup-java@v4"
with:
distribution: "temurin"
java-version: "${{ env.JAVA_VERSION }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: "checkout repository"
uses: "actions/checkout@v4"
- name: "setup jdk ${{ env.JAVA_VERSION }}"
uses: "actions/setup-java@v3"
uses: "actions/setup-java@v4"
with:
distribution: "temurin"
java-version: "${{ env.JAVA_VERSION }}"
Expand Down

0 comments on commit 762373e

Please sign in to comment.