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 f039137 commit 869b584Copy full SHA for 869b584
.github/workflows/ci-build.yml
@@ -7,7 +7,7 @@ jobs:
7
- name: git clone
8
uses: actions/[email protected]
9
- name: Set up JDK
10
- uses: actions/setup-java@v4.1.0
+ uses: actions/setup-java@v4.2.1
11
with:
12
distribution: temurin
13
java-version: 11
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
14
15
16
0 commit comments