Thanks to visit codestin.com Credit goes to github.com
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 a6f3e50 commit 9ae29ceCopy full SHA for 9ae29ce
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
java: [ 8, 11, 17 ]
15
steps:
16
- name: Check out code
17
- uses: actions/[email protected].0
+ uses: actions/[email protected].1
18
with:
19
fetch-depth: 0
20
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
13
- name: Set up Java
uses: actions/[email protected]
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
ref: master
46
0 commit comments