From 570dcc1301b9e84985ce522f7beb530d2ba18584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:17:58 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release-branches.yml | 2 +- .github/workflows/release-prs.yml | 2 +- .github/workflows/release-tags.yml | 2 +- .github/workflows/update.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 683e4e1e6..1528c6a81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: name: Lints runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check Nixpkgs input uses: DeterminateSystems/flake-checker-action@main with: @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-22.04 needs: [lints] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Restore Github cache of Buildkite artifacts id: cache-buildkite-artifacts uses: actions/cache/restore@v3 @@ -155,7 +155,7 @@ jobs: runs-on: ubuntu-22.04 needs: [lints] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Restore Github cache of Buildkite artifacts id: cache-buildkite-artifacts uses: actions/cache/restore@v3 @@ -265,7 +265,7 @@ jobs: runs-on: macos-12 needs: [lints] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Restore Github cache of Buildkite artifacts id: cache-buildkite-artifacts uses: actions/cache/restore@v3 diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index 34771ea4c..18a3934d6 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -15,7 +15,7 @@ jobs: id-token: write # In order to request a JWT for AWS auth steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Buildkite Artifacts uses: EnricoMi/download-buildkite-artifact-action@v1.14 with: diff --git a/.github/workflows/release-prs.yml b/.github/workflows/release-prs.yml index e7e34b8a3..7bf0a6686 100644 --- a/.github/workflows/release-prs.yml +++ b/.github/workflows/release-prs.yml @@ -24,7 +24,7 @@ jobs: id-token: write # In order to request a JWT for AWS auth steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Buildkite Artifacts uses: EnricoMi/download-buildkite-artifact-action@v1.14 with: diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index b89f1b8f1..5a78106dd 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -14,7 +14,7 @@ jobs: id-token: write # In order to request a JWT for AWS auth steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Buildkite Artifacts uses: EnricoMi/download-buildkite-artifact-action@v1.14 with: diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 19b534084..27c04f052 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - name: Enable magic Nix cache