We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca67d30 commit 88033c1Copy full SHA for 88033c1
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
os: [ubuntu-latest, windows-latest]
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
14
with:
15
fetch-depth: 1
16
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
# TODO Share steps with the main workflow.
28
29
30
- uses: actions/checkout@master
31
32
- uses: actions/setup-node@v1
33
0 commit comments