Skip to content

Commit f9e7858

Browse files
committed
update actions/checkout
1 parent 95f33ea commit f9e7858

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1212
steps:
1313
- name: Checkout Sysdig
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Get settings for this release
1616
id: get_settings
1717
shell: python
@@ -48,7 +48,7 @@ jobs:
4848
- /var/run/docker.sock:/var/run/docker.sock
4949
steps:
5050
- name: Checkout Sysdig
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252
- name: install 7z
5353
run: |
5454
cd /tmp

.github/workflows/release-draft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- /var/run/docker.sock:/var/run/docker.sock
2828
steps:
2929
- name: Checkout Sysdig
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
- name: install 7z
3232
run: |
3333
cd /tmp
@@ -73,15 +73,15 @@ jobs:
7373
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
7474
steps:
7575
- name: Download artifacts (linux-amd64 deb)
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4
7777
with:
7878
name: sysdig-inspect-release-${{ env.VERSION }}-linux-x86_64.deb
7979
- name: Download artifacts (linux-amd64 rpm)
80-
uses: actions/download-artifact@v3
80+
uses: actions/download-artifact@v4
8181
with:
8282
name: sysdig-inspect-release-${{ env.VERSION }}-linux-x86_64.rpm
8383
- name: Download artifacts (osx-amd64)
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: sysdig-inspect-release-${{ env.VERSION }}-mac-x86_64.zip
8787
- name: test

0 commit comments

Comments
 (0)