Skip to content

Commit 8a33c88

Browse files
committed
fix ci
1 parent 1af6bf8 commit 8a33c88

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
@@ -9,7 +9,7 @@ jobs:
99
os: [ubuntu-latest, macos-latest]
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2
1313
- name: Use Node.js
1414
uses: actions/setup-node@v1
1515
with:
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Tests
2525
run: npm test
2626
- name: Coveralls Parallel
27-
uses: coverallsapp/github-action@v1.1.2
27+
uses: coverallsapp/github-action@v1.1.3
2828
with:
2929
flag-name: run-${{ matrix.os }}-${{ matrix.node-version }}
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Coveralls
37-
uses: coverallsapp/github-action@v1.1.2
37+
uses: coverallsapp/github-action@v1.1.3
3838
with:
3939
github-token: ${{ secrets.GITHUB_TOKEN }}
4040
parallel-finished: true

0 commit comments

Comments
 (0)