File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments