We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc5579 commit 81e90a7Copy full SHA for 81e90a7
.github/workflows/check.yaml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 1
17
18
- name: Set up JDK
19
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
20
with:
21
distribution: 'temurin'
22
java-version: 11
.github/workflows/release.yaml
@@ -40,7 +40,7 @@ jobs:
40
if: ${{ steps.release.outputs.release_created }}
41
42
43
44
45
46
.github/workflows/update-gradle-wrapper.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
15
java-version: 17
0 commit comments