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 bb82090 commit ba3e231Copy full SHA for ba3e231
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: validate gradle wrapper
28
uses: gradle/wrapper-validation-action@v3
29
- name: setup jdk ${{ matrix.java }}
30
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
31
with:
32
java-version: ${{ matrix.java }}
33
distribution: ${{ matrix.distribution }}
0 commit comments