File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Use Node.js 14.x
15
15
uses : actions/setup-node@v3
16
16
with :
49
49
50
50
steps :
51
51
# Setup
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
with :
54
54
token : ${{ secrets.BUILD_USER_TOKEN || github.token }} # allows commit of any fixes to trigger a new workflow run
55
55
- name : Use Node.js 14.x
85
85
86
86
steps :
87
87
# Setup
88
- - uses : actions/checkout@v3
88
+ - uses : actions/checkout@v4
89
89
- name : Use Node.js 14.x
90
90
uses : actions/setup-node@v3
91
91
with :
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
steps :
123
123
# Setup
124
- - uses : actions/checkout@v3
124
+ - uses : actions/checkout@v4
125
125
- name : Use Node.js 14.x
126
126
uses : actions/setup-node@v3
127
127
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Use Node.js 14.x
18
18
uses : actions/setup-node@v3
19
19
with :
You can’t perform that action at this time.
0 commit comments