Skip to content

Commit f76d726

Browse files
committed
chore: upgrade CI pipeline actions.
1 parent 6c32e64 commit f76d726

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- 20
2828
steps:
2929
- name: Checkout Source
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131
- name: Install Node ${{ matrix.node }}
32-
uses: actions/setup-node@v1
32+
uses: actions/setup-node@v4
3333
with:
3434
node-version: ${{ matrix.node }}
3535
- name: Install Dependencies
@@ -43,7 +43,7 @@ jobs:
4343
- name: Generate Coverage Report
4444
run: npm run coverage
4545
- name: Upload Coverage Report
46-
uses: coverallsapp/github-action@1.1.3
46+
uses: coverallsapp/github-action@v2
4747
with:
4848
github-token: ${{ secrets.GITHUB_TOKEN }}
4949
parallel: true
@@ -56,7 +56,7 @@ jobs:
5656
needs: build-lint-test
5757
steps:
5858
- name: Let Coveralls know that all tests have finished
59-
uses: coverallsapp/github-action@1.1.3
59+
uses: coverallsapp/github-action@v2
6060
with:
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
6262
parallel-finished: true

0 commit comments

Comments
 (0)