Skip to content

Commit 6797ef8

Browse files
committed
GitHub workflow: Upgrade to actions/checkout@v2.
1 parent c09caa0 commit 6797ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v2
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v1
1212
with:
@@ -23,7 +23,7 @@ jobs:
2323
unit:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v2
2727
- name: mocha
2828
run: docker-compose run --rm mocha
2929
- name: docker-compose logs

0 commit comments

Comments
 (0)