-
Notifications
You must be signed in to change notification settings - Fork 6
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 v3.12.0
- Loading branch information
1 parent
4e56f45
commit d818372
Showing
2 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.12.0 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
|
@@ -46,7 +46,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.12.0 | ||
with: | ||
distribution: temurin | ||
java-version: ${{ matrix.java }} | ||
|
@@ -70,7 +70,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.12.0 | ||
with: | ||
distribution: temurin | ||
java-version: ${{ matrix.java }} | ||
|
@@ -87,7 +87,7 @@ jobs: | |
- name: Checkout current branch | ||
uses: actions/[email protected] | ||
- name: Setup Java | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.12.0 | ||
with: | ||
distribution: temurin | ||
java-version: 8 | ||
|
@@ -104,7 +104,7 @@ jobs: | |
- name: Checkout current branch | ||
uses: actions/[email protected] | ||
- name: Setup Java | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.12.0 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
|
@@ -132,7 +132,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.12.0 | ||
with: | ||
distribution: temurin | ||
java-version: 8 | ||
|
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