Skip to content

Commit 88848f8

Browse files
Bump actions/setup-java from 3 to 4
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]>
1 parent 8f6ac6e commit 88848f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/java-ea-maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Java
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
distribution: 'temurin'
3131
java-version: ${{ matrix.java }}

.github/workflows/java8-maven.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Setup Java
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v4
2626
with:
2727
distribution: 'temurin'
2828
java-version: ${{ matrix.java }}
@@ -72,7 +72,7 @@ jobs:
7272
fetch-depth: 0
7373

7474
- name: Setup Java
75-
uses: actions/setup-java@v3
75+
uses: actions/setup-java@v4
7676
with:
7777
distribution: 'temurin'
7878
java-version: ${{ matrix.java }}
@@ -122,7 +122,7 @@ jobs:
122122
fetch-depth: 0
123123

124124
- name: Setup Java
125-
uses: actions/setup-java@v3
125+
uses: actions/setup-java@v4
126126
with:
127127
distribution: 'temurin'
128128
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)