From 0322e58fc85c70c2e96b1d17eed9376d8c66e4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20Koz=C5=82owski?= Date: Wed, 28 Feb 2024 09:43:16 +0100 Subject: [PATCH] Update CI actions/checkout to v4 actions/checkout v3 is deprecated. --- .github/workflows/ci-arm.yml | 2 +- .github/workflows/ci-arm64.yml | 2 +- .github/workflows/ci-clang.yml | 2 +- .github/workflows/ci-riscv64.yml | 2 +- .github/workflows/ci-x86_64.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-arm.yml b/.github/workflows/ci-arm.yml index 7ebbef9..912c297 100644 --- a/.github/workflows/ci-arm.yml +++ b/.github/workflows/ci-arm.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install dependencies run: | diff --git a/.github/workflows/ci-arm64.yml b/.github/workflows/ci-arm64.yml index 4dcd52f..b003806 100644 --- a/.github/workflows/ci-arm64.yml +++ b/.github/workflows/ci-arm64.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install dependencies run: | diff --git a/.github/workflows/ci-clang.yml b/.github/workflows/ci-clang.yml index eaa794a..1cb7ae5 100644 --- a/.github/workflows/ci-clang.yml +++ b/.github/workflows/ci-clang.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install dependencies run: | diff --git a/.github/workflows/ci-riscv64.yml b/.github/workflows/ci-riscv64.yml index eb59a5b..45b68bf 100644 --- a/.github/workflows/ci-riscv64.yml +++ b/.github/workflows/ci-riscv64.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install dependencies run: | diff --git a/.github/workflows/ci-x86_64.yml b/.github/workflows/ci-x86_64.yml index 8e1cd71..b89e6b8 100644 --- a/.github/workflows/ci-x86_64.yml +++ b/.github/workflows/ci-x86_64.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install dependencies run: |