We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3a31e commit 6e0a642Copy full SHA for 6e0a642
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Check Python version
18
run: python --version
19
- name: Setup Java
20
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
21
with:
22
distribution: 'temurin'
23
java-version: 17
0 commit comments