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 bb2df7f commit 15dccc9Copy full SHA for 15dccc9
.github/workflows/gradle.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up JDK
22
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
23
with:
24
distribution: 'adopt'
25
java-version: ${{ matrix.java }}
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
token: ${{ secrets.GH_TOKEN }}
- uses: gradle/wrapper-validation-action@v1
0 commit comments