File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Cleanup stale actions
18- uses : styfle/cancel-workflow-action@0.11.0
18+ uses : styfle/cancel-workflow-action@0.12.1
1919 with :
2020 access_token : ${{ github.token }}
2121
2222 build :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - name : Use Node.js 18
27- uses : actions/setup-node@v3
27+ uses : actions/setup-node@v4
2828 with :
2929 node-version : 20
3030 - name : npm install, lint, build, and test
4545 pull-requests : write
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v1
49- - uses : actions/setup-node@v3
48+ - uses : actions/checkout@v4
49+ - uses : actions/setup-node@v4
5050 with :
5151 node-version : 20
5252 registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments