From 93deaaf7ad1da89c8304cd2c359b6bf8db441028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:28:48 +0000 Subject: [PATCH] chore(deps): Bump cachix/install-nix-action from V28 to 30 (#626) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 30. This release includes the previously tagged commit.
Release notes

Sourced from cachix/install-nix-action's releases.

v30

v29

Bumps Nix to 2.24.7

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmarks.yaml | 2 +- .github/workflows/check-format.yaml | 4 ++-- .github/workflows/e2e-tests.yaml | 2 +- .github/workflows/nix-check.yaml | 4 ++-- .github/workflows/ship.yaml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 39c11976f..5670f9413 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/check-format.yaml b/.github/workflows/check-format.yaml index 29c78e7fd..e69064349 100644 --- a/.github/workflows/check-format.yaml +++ b/.github/workflows/check-format.yaml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 912dbc6dd..416ef6a28 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Install Nix ❄ - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/nix-check.yaml b/.github/workflows/nix-check.yaml index 90e0234be..3653d78b3 100644 --- a/.github/workflows/nix-check.yaml +++ b/.github/workflows/nix-check.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ship.yaml b/.github/workflows/ship.yaml index a047f8bc0..a203291d7 100644 --- a/.github/workflows/ship.yaml +++ b/.github/workflows/ship.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix ❄ - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }}