File tree Expand file tree Collapse file tree 4 files changed +900
-738
lines changed Expand file tree Collapse file tree 4 files changed +900
-738
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : " Checkout Repository"
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : " Dependency Review"
14
14
uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
cancel-in-progress : true
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
fetch-depth : 0
38
38
39
39
- name : Use Node.js ${{ matrix.node-version }}
40
- uses : actions/setup-node@v3
40
+ uses : actions/setup-node@v4
41
41
with :
42
42
node-version : ${{ matrix.node-version }}
43
43
cache : " npm"
@@ -74,10 +74,10 @@ jobs:
74
74
if : matrix.os == 'windows-latest'
75
75
run : git config --global core.autocrlf input
76
76
77
- - uses : actions/checkout@v3
77
+ - uses : actions/checkout@v4
78
78
79
79
- name : Use Node.js ${{ matrix.node-version }}
80
- uses : actions/setup-node@v3
80
+ uses : actions/setup-node@v4
81
81
with :
82
82
node-version : ${{ matrix.node-version }}
83
83
cache : " npm"
You can’t perform that action at this time.
0 commit comments