Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent f026baa commit b67be58
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
with:
java-version: 16
distribution: adopt
Expand Down

0 comments on commit b67be58

Please sign in to comment.