We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec3a40 commit 0622bc2Copy full SHA for 0622bc2
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
${{ runner.os }}-turborepo-android
110
111
- name: Install JDK
112
- uses: actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
113
with:
114
distribution: 'zulu'
115
java-version: '17'
@@ -171,7 +171,7 @@ jobs:
171
172
173
174
175
176
177
0 commit comments