Skip to content

Commit 056c1c7

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 0cde310 commit 056c1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ruby-version: 2.7
1919
- name: Create lock
2020
run: bundle lock
21-
- uses: actions/setup-java@v3
21+
- uses: actions/setup-java@v4
2222
with:
2323
distribution: 'temurin'
2424
java-version: '17'

0 commit comments

Comments
 (0)