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 37
37
38
38
steps :
39
39
- name : Checkout Sysdig
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v4
41
41
42
42
- name : Download DriverKit
43
43
run : |
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
./aws/install
117
117
118
118
- name : Checkout Sysdig
119
- uses : actions/checkout@v2
119
+ uses : actions/checkout@v4
120
120
with :
121
121
path : sysdig
122
122
@@ -182,7 +182,7 @@ jobs:
182
182
sudo apt-get update && sudo apt-get -y install dpkg-dev gpg
183
183
184
184
- name : Checkout Sysdig
185
- uses : actions/checkout@v2
185
+ uses : actions/checkout@v4
186
186
with :
187
187
path : sysdig
188
188
@@ -243,7 +243,7 @@ jobs:
243
243
244
244
steps :
245
245
- name : Checkout Sysdig
246
- uses : actions/checkout@v2
246
+ uses : actions/checkout@v4
247
247
with :
248
248
path : sysdig
249
249
You can’t perform that action at this time.
0 commit comments