Skip to content

Commit

Permalink
Update actions/setup-java action to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 30cf8f0 commit 65dd8e3
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up JDK 16
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.4.0
with:
java-version: 16
distribution: adopt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up JDK 16
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.4.0
with:
java-version: 16
distribution: adopt
Expand Down

0 comments on commit 65dd8e3

Please sign in to comment.