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] committed Sep 24, 2024
1 parent afd71ce commit 047ca83
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/checkout@v4.1.7

- 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/checkout@v4.1.7

- 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 047ca83

Please sign in to comment.