-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(workflows): update actions/setup-java action to v4.3.0 (#19365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6c9712c
commit 3698155
Showing
4 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -362,7 +362,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -539,7 +539,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -564,7 +564,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
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 |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
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 |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
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 |
---|---|---|
|
@@ -535,7 +535,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -556,7 +556,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -577,7 +577,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -2456,7 +2456,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -2541,7 +2541,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
java-version: '17' | ||
|
@@ -2594,7 +2594,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Java | ||
uses: actions/setup-java@v4.2.2 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
distribution: corretto | ||
java-version: '11' | ||
|