Skip to content

Commit ba52ba7

Browse files
chore(deps): update actions/setup-java action to v5
1 parent a64dd6a commit ba52ba7

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@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2121
with:
2222
distribution: 'temurin'
2323
java-version: 17

0 commit comments

Comments
 (0)