We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5718c8 commit 029a86fCopy full SHA for 029a86f
3 files changed
.github/workflows/cd.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
fetch-depth: 1
34
- name: Set up JDK
35
- uses: actions/setup-java@v4.7.0
+ uses: actions/setup-java@v4.7.1
36
37
distribution: 'zulu'
38
java-version: ${{ matrix.java }}
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
39
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
40
0 commit comments