Skip to content

Commit 5ef3caa

Browse files
Update actions/checkout action to v2 (#423)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent f4ad42a commit 5ef3caa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check out Git repository
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v2
1616

1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Check out Git repository
43-
uses: actions/checkout@v1
43+
uses: actions/checkout@v2
4444

4545
- name: Get yarn cache directory path
4646
id: yarn-cache-dir
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Check out Git repository
71-
uses: actions/checkout@v1
71+
uses: actions/checkout@v2
7272

7373
- name: Get yarn cache directory path
7474
id: yarn-cache-dir

0 commit comments

Comments
 (0)