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.
2 parents bd1d74a + bb4fb6f commit 39afcf4Copy full SHA for 39afcf4
.github/actions/setup-gradle/action.yml
@@ -21,7 +21,7 @@ runs:
21
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
22
23
- name: Set up JDK
24
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
+ uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
25
with:
26
distribution: 'temurin'
27
java-version: '21'
0 commit comments