Skip to content

Commit bfb9ccf

Browse files
committed
chore(ci): bump checkout action
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent efee424 commit bfb9ccf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-drivers.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout Sysdig
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v4
4141

4242
- name: Download DriverKit
4343
run: |

.github/workflows/release-final.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
./aws/install
117117
118118
- name: Checkout Sysdig
119-
uses: actions/checkout@v2
119+
uses: actions/checkout@v4
120120
with:
121121
path: sysdig
122122

@@ -182,7 +182,7 @@ jobs:
182182
sudo apt-get update && sudo apt-get -y install dpkg-dev gpg
183183
184184
- name: Checkout Sysdig
185-
uses: actions/checkout@v2
185+
uses: actions/checkout@v4
186186
with:
187187
path: sysdig
188188

@@ -243,7 +243,7 @@ jobs:
243243

244244
steps:
245245
- name: Checkout Sysdig
246-
uses: actions/checkout@v2
246+
uses: actions/checkout@v4
247247
with:
248248
path: sysdig
249249

0 commit comments

Comments
 (0)