We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86133f1 commit 876a3b3Copy full SHA for 876a3b3
.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@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
21
with:
22
distribution: 'temurin'
23
java-version: 17
0 commit comments