We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8429b87 commit 793bd4cCopy full SHA for 793bd4c
.github/workflows/gradle.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
17
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
18
with:
19
distribution: 'temurin'
20
java-version: '11'
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
distribution: 'adopt'
0 commit comments