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 5eaf0a0 commit 5089bcbCopy full SHA for 5089bcb
.github/workflows/gradle.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up JDK
18
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
19
with:
20
distribution: 'adopt'
21
java-version: '8'
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
- uses: gradle/wrapper-validation-action@v1
22
23
24
java-version: ${{ matrix.java }}
0 commit comments