Skip to content

Commit 94e68d1

Browse files
chore(deps): bump actions/setup-java from 3 to 4 (#2133)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dae6421 commit 94e68d1

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Diff for: .github/workflows/e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
driver: docker
3939

4040
- name: Set up Java and Maven
41-
uses: actions/setup-java@v3
41+
uses: actions/setup-java@v4
4242
with:
4343
java-version: 17
4444
distribution: temurin

Diff for: .github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "Running ITs with ${{ inputs.http-client }}, ${{ inputs.kube-version }}, ${{ inputs.java-version }}"
2929
- uses: actions/checkout@v4
3030
- name: Set up Java and Maven
31-
uses: actions/setup-java@v3
31+
uses: actions/setup-java@v4
3232
with:
3333
distribution: temurin
3434
java-version: ${{ inputs.java-version }}

Diff for: .github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Java and Maven
22-
uses: actions/setup-java@v3
22+
uses: actions/setup-java@v4
2323
with:
2424
distribution: temurin
2525
java-version: 17
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: Set up Java and Maven
63-
uses: actions/setup-java@v3
63+
uses: actions/setup-java@v4
6464
with:
6565
distribution: temurin
6666
java-version: ${{ matrix.java }}

Diff for: .github/workflows/release-project-in-dir.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: "${{inputs.version_branch}}"
2525

2626
- name: Set up Java and Maven
27-
uses: actions/setup-java@v3
27+
uses: actions/setup-java@v4
2828
with:
2929
java-version: 11
3030
distribution: temurin
@@ -59,7 +59,7 @@ jobs:
5959
ref: "${{inputs.version_branch}}"
6060

6161
- name: Set up Java and Maven
62-
uses: actions/setup-java@v3
62+
uses: actions/setup-java@v4
6363
with:
6464
java-version: 11
6565
distribution: temurin

Diff for: .github/workflows/snapshot-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Java and Maven
21-
uses: actions/setup-java@v3
21+
uses: actions/setup-java@v4
2222
with:
2323
distribution: temurin
2424
java-version: 11
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Set up Java and Maven
34-
uses: actions/setup-java@v3
34+
uses: actions/setup-java@v4
3535
with:
3636
distribution: temurin
3737
java-version: 11

Diff for: .github/workflows/sonar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up Java and Maven
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
distribution: temurin
3131
java-version: 17

0 commit comments

Comments
 (0)