File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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
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
80
80
if : matrix.os == 'windows-latest'
81
81
run : git config --global core.autocrlf input
82
82
83
- - uses : actions/checkout@v3
83
+ - uses : actions/checkout@v4
84
84
85
85
- name : Use Node.js ${{ matrix.node-version }}
86
86
uses : actions/setup-node@v3
@@ -118,7 +118,7 @@ jobs:
118
118
if : matrix.os == 'windows-latest'
119
119
run : git config --global core.autocrlf input
120
120
121
- - uses : actions/checkout@v3
121
+ - uses : actions/checkout@v4
122
122
123
123
- name : Use Node.js ${{ matrix.node-version }}
124
124
uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments