Skip to content

Commit

Permalink
fix(ci): bump checkout actions to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Jul 18, 2024
1 parent 1312e9c commit c969e13
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-drivers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout Sysdig
uses: actions/checkout@v2
uses: actions/checkout@4

- name: Download DriverKit
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builder-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@4
- uses: reviewdog/action-actionlint@v1
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
with:
fetch-depth: 0

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
image: ${{ needs.builder.outputs.skeleton_builder_image }}
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
with:
path: sysdig
- name: Link paths
Expand All @@ -118,7 +118,7 @@ jobs:
image: ${{ needs.builder.outputs.builder_image }}
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
with:
path: sysdig
- name: Link paths
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
with:
path: sysdig
- name: Create build dir
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
- name: Build
run: |
mkdir -p build
Expand All @@ -268,7 +268,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
- name: Build
run: |
mkdir -p build
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release-draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: ghcr.io/draios/sysdig-skel-builder:dev
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
with:
path: sysdig
- name: Link paths
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
image: ghcr.io/draios/sysdig-builder:dev
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
with:
path: sysdig
- name: Link paths
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
BUILD_VERSION: ${{ github.ref_name }}
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
with:
path: sysdig
- name: Create build dir
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
- name: Build
run: |
mkdir -p build
Expand All @@ -158,7 +158,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
- name: Build
run: |
mkdir -p build
Expand All @@ -179,7 +179,7 @@ jobs:
SYSDIG_IMAGE_BASE: ghcr.io/draios/sysdig
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
uses: actions/checkout@4
- name: Download artifacts aarch64
uses: actions/download-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-final.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
./aws/install
- name: Checkout Sysdig
uses: actions/checkout@v2
uses: actions/checkout@4
with:
path: sysdig

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
sudo apt-get update && sudo apt-get -y install dpkg-dev gpg
- name: Checkout Sysdig
uses: actions/checkout@v2
uses: actions/checkout@4
with:
path: sysdig

Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:

steps:
- name: Checkout Sysdig
uses: actions/checkout@v2
uses: actions/checkout@4
with:
path: sysdig

Expand Down

0 comments on commit c969e13

Please sign in to comment.