Skip to content

Commit 6e0a642

Browse files
chore(deps): update actions/setup-java action to v4
1 parent 2e3a31e commit 6e0a642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check Python version
1818
run: python --version
1919
- name: Setup Java
20-
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
20+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
2121
with:
2222
distribution: 'temurin'
2323
java-version: 17

0 commit comments

Comments
 (0)