We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c804ed commit acd61a8Copy full SHA for acd61a8
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: checkout the repo
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
with:
23
fetch-depth: 0
24
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
publish:
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
13
14
- uses: actions/setup-java@v2
0 commit comments