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:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Cleanup stale actions
18
- uses : styfle/cancel-workflow-action@0.11.0
18
+ uses : styfle/cancel-workflow-action@0.12.1
19
19
with :
20
20
access_token : ${{ github.token }}
21
21
22
22
build :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Use Node.js 18
27
- uses : actions/setup-node@v3
27
+ uses : actions/setup-node@v4
28
28
with :
29
29
node-version : 20
30
30
- name : npm install, lint, build, and test
45
45
pull-requests : write
46
46
runs-on : ubuntu-latest
47
47
steps :
48
- - uses : actions/checkout@v1
49
- - uses : actions/setup-node@v3
48
+ - uses : actions/checkout@v4
49
+ - uses : actions/setup-node@v4
50
50
with :
51
51
node-version : 20
52
52
registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments