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 9af50b9 commit 5cb5821Copy full SHA for 5cb5821
.github/workflows/gradle.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
ref: ${{ inputs.ref || github.ref }}
33
34
- - uses: actions/setup-java@v4.7.1
+ - uses: actions/setup-java@v5.0.0
35
36
distribution: temurin
37
java-version: ${{ matrix.java-version }}
.github/workflows/search.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: actions/[email protected]
42
43
- name: Set up Java 21
44
- uses: actions/setup-java@v4.7.1
+ uses: actions/setup-java@v5.0.0
45
46
47
java-version: 21
0 commit comments