Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit f20c9b0

Browse files
author
Natalie
committed
chore(gh-actions): use checkout v1
1 parent 1d1fcc3 commit f20c9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- run: apt-get update && apt-get install -y git-core
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v1
2222
- name: Use Git Actions
2323
uses: srt32/[email protected]
2424
with:
@@ -48,7 +48,7 @@ jobs:
4848
needs: build
4949

5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v1
5252
- name: Use Node.js ${{ matrix.node-version }}
5353
uses: actions/setup-node@v1
5454
with:

0 commit comments

Comments
 (0)