Skip to content

Commit 88033c1

Browse files
committed
Use actions/checkout@v2
1 parent ca67d30 commit 88033c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ubuntu-latest, windows-latest]
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 1
1616

@@ -46,7 +46,7 @@ jobs:
4646
os: [ubuntu-latest, windows-latest]
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v1
49+
uses: actions/checkout@v2
5050
with:
5151
fetch-depth: 1
5252

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# TODO Share steps with the main workflow.
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@master
30+
uses: actions/checkout@v2
3131

3232
- uses: actions/setup-node@v1
3333
with:

0 commit comments

Comments
 (0)