Skip to content

Commit

Permalink
Update GH Setup Java Action to 4.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
applebyter committed May 13, 2024
1 parent 3dc9d28 commit ff6aedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Setup Java
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: '21'
- name: Run Gradle Test
uses: eskatos/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: Setup Java
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 21
- name: Checkout Repository
uses: actions/[email protected]
Expand Down

0 comments on commit ff6aedf

Please sign in to comment.