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 1fecb55 commit 1e55e61Copy full SHA for 1e55e61
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/[email protected]
23
24
- name: Set up JDK 17 💿
25
- uses: actions/setup-java@v3.13.0
+ uses: actions/setup-java@v3.14.1
26
with:
27
distribution: 'zulu'
28
java-version: '17'
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
29
30
if: ${{ steps.release.outputs.release_created }}
31
32
33
34
0 commit comments