Skip to content

Commit bebf3f8

Browse files
committed
update actions/checkout to v2
1 parent 6f02c06 commit bebf3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121

22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v2
2323

2424
- run: npm install
2525
- run: npm run test
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: 12.x
3333

34-
- uses: actions/checkout@v1
34+
- uses: actions/checkout@v2
3535

3636
- run: npm install
3737
- run: npm run coverage

0 commit comments

Comments
 (0)