-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/setup-java action to v4.2.2
- Loading branch information
1 parent
48a9f5f
commit 161a5da
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
steps: | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
steps: | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|