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.
2 parents 8ac4d54 + 9be4db0 commit 1f0b59bCopy full SHA for 1f0b59b
2 files changed
.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].1
+ uses: actions/[email protected].2
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