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 c592292 commit 3812daaCopy full SHA for 3812daa
.github/workflows/ci-build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}-latest
15
steps:
16
- name: git clone
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
- name: Set up JDK
19
uses: actions/setup-java@v4
20
with:
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
12
13
0 commit comments