Skip to content

Commit af20e63

Browse files
Bump actions/setup-java from 3.13.0 to 4.2.2 (#116)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.13.0 to 4.2.2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@0ab4596...6a0805f) --- 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 68ac822 commit af20e63

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
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Install JDK
8282
# if: env.turbo_cache_hit != 1
83-
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
83+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
8484
with:
8585
distribution: 'zulu'
8686
java-version: '17'

0 commit comments

Comments
 (0)