Skip to content

Commit 9a6d500

Browse files
Bump actions/setup-java from 3 to 4 (#462)
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 9ce2c8e commit 9a6d500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: "bundle lock"
3232
run: bundle lock
3333

34-
- uses: "actions/setup-java@v3"
34+
- uses: "actions/setup-java@v4"
3535
with:
3636
distribution: "temurin"
3737
java-version: "17"

0 commit comments

Comments
 (0)