Skip to content

Commit ac40734

Browse files
dependabot[bot]riggaroo
authored andcommitted
Bump actions/setup-java from 2 to 4 (#220)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2...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> (cherry picked from commit cea0c7d)
1 parent a6199b5 commit ac40734

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apply_spotless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: set up Java 17
39-
uses: actions/setup-java@v2
39+
uses: actions/setup-java@v4
4040
with:
4141
distribution: 'zulu'
4242
java-version: '17'

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
token: ${{ secrets.PAT || github.token }}
3535
- name: set up Java 17
36-
uses: actions/setup-java@v2
36+
uses: actions/setup-java@v4
3737
with:
3838
distribution: 'zulu'
3939
java-version: '17'

.github/workflows/update_deps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: set up JDK 17
12-
uses: actions/setup-java@v3
12+
uses: actions/setup-java@v4
1313
with:
1414
java-version: 17
1515
distribution: 'zulu'

0 commit comments

Comments
 (0)