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 @@ -17,15 +17,15 @@ jobs:
1717
1818 steps :
1919 - name : Cancel Previous Runs
20- uses : styfle/cancel-workflow-action@0.4 .0
20+ uses : styfle/cancel-workflow-action@0.11 .0
2121 if : ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.id == github.event.pull_request.base.repo.id }}
2222 with :
2323 access_token : ${{ github.token }}
2424
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626
2727 - name : Cache node modules
28- uses : actions/cache@v2
28+ uses : actions/cache@v3
2929 with :
3030 path : ~/.npm
3131 key : ${{ matrix.os }}-${{ matrix.node-version }}-npm-${{ hashFiles('**/package-lock.json') }}
3434 ${{ matrix.os }}-npm-
3535
3636 - name : Use Node.js ${{ matrix.node-version }}
37- uses : actions/setup-node@v1
37+ uses : actions/setup-node@v3
3838 with :
3939 node-version : ${{ matrix.node-version }}
4040
You can’t perform that action at this time.
0 commit comments