Skip to content

Commit e030cc3

Browse files
Bump actions/setup-java from 3 to 4 in the gh_actions group
Bumps the gh_actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `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 dependency-group: gh_actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8d888b commit e030cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check out
2121
uses: actions/checkout@v4
2222
- name: Set up Java
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v4
2424
with:
2525
java-version: ${{ matrix.java }}
2626
distribution: temurin

0 commit comments

Comments
 (0)