Skip to content

Commit 4a63e2c

Browse files
authored
Update actions/setup-java action to v4 (#79)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent fa9abc5 commit 4a63e2c

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
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Install JDK
7878
if: env.turbo_cache_hit != 1
79-
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
79+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
8080
with:
8181
distribution: 'zulu'
8282
java-version: '17'

0 commit comments

Comments
 (0)