We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8272959 commit 70b0a4dCopy full SHA for 70b0a4d
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
21
22
- name: Set up JDK 21
23
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 4.7.0
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
24
with:
25
distribution: temurin
26
java-version: 21
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments