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 72272a4 commit cb11e8dCopy full SHA for cb11e8d
.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.1
+ uses: actions/setup-java@v5.0.0
36
37
distribution: 'zulu'
38
java-version: ${{ matrix.java }}
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
39
40
.github/workflows/release.yml
0 commit comments