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 @@ -19,10 +19,10 @@ jobs:
19
19
test :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
24
24
- name : Use Node.js 20
25
- uses : actions/setup-node@v1
25
+ uses : actions/setup-node@v4
26
26
with :
27
27
node-version : 20.x
28
28
36
36
- test
37
37
if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
38
38
steps :
39
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v4
40
40
with :
41
41
# Pulls all commits (needed for semantic release to correctly version)
42
42
# See https://github.com/semantic-release/semantic-release/issues/1526
48
48
run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
49
49
50
50
- name : Use Node.js 20
51
- uses : actions/setup-node@v1
51
+ uses : actions/setup-node@v4
52
52
with :
53
53
node-version : 20.x
54
54
You can’t perform that action at this time.
0 commit comments