From a02c2f9847da76266e16589bf8dbf17176a12b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:34:53 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/benchmark-warmup.yml | 2 +- .github/workflows/benchmark.yml | 2 +- .github/workflows/release-prep.yml | 2 +- .github/workflows/verification.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmark-warmup.yml b/.github/workflows/benchmark-warmup.yml index aa4b819c..638055ee 100644 --- a/.github/workflows/benchmark-warmup.yml +++ b/.github/workflows/benchmark-warmup.yml @@ -8,7 +8,7 @@ jobs: name: Warmup Fabriko runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run Fabriko uses: ./ with: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ba8a91a8..93600d83 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -22,7 +22,7 @@ jobs: vector-files: [1, 2, 3] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run Fabriko uses: ./ with: diff --git a/.github/workflows/release-prep.yml b/.github/workflows/release-prep.yml index 3cf78938..327b8e80 100644 --- a/.github/workflows/release-prep.yml +++ b/.github/workflows/release-prep.yml @@ -9,7 +9,7 @@ jobs: distribution: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: latest diff --git a/.github/workflows/verification.yml b/.github/workflows/verification.yml index f2d44dfb..fd51ff1f 100644 --- a/.github/workflows/verification.yml +++ b/.github/workflows/verification.yml @@ -17,7 +17,7 @@ jobs: name: Test & Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: latest