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 May 9, 2024
1 parent 4dccc2a commit 0f76026
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 @@ -9,7 +9,7 @@ jobs:
- name: "checkout repository"
uses: "actions/checkout@v3"
- name: "setup java"
uses: "actions/setup-java@v3"
uses: "actions/setup-java@v4"
with:
distribution: "zulu"
java-version: "17"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: "checkout"
uses: "actions/checkout@v4"
- name: "setup java"
uses: "actions/setup-java@v3"
uses: "actions/setup-java@v4"
with:
distribution: "zulu"
java-version: "17"
Expand Down

0 comments on commit 0f76026

Please sign in to comment.