Skip to content

Commit 25d0ebf

Browse files
Bump actions/setup-java from 4.0.0 to 4.2.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.2.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.0.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e632e3b commit 25d0ebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/enforce-spotless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
# Setup Java 17
30-
- uses: actions/setup-java@v4.0.0
30+
- uses: actions/setup-java@v4.2.1
3131
with:
3232
distribution: 'temurin'
3333
java-version: 17

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Set up JDK 17
33-
uses: actions/setup-java@v4.0.0
33+
uses: actions/setup-java@v4.2.1
3434
with:
3535
java-version: '17'
3636
distribution: 'temurin'

0 commit comments

Comments
 (0)