From 632f5f27d53340510c246233d78ee1d40dd8bc0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:12:06 +0000 Subject: [PATCH] chore(deps): Bump cachix/install-nix-action from V28 to 30 (#4722) 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)
--- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- .github/workflows/update-hash.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d532e4bc059..aafd0ca7889 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v30 - uses: cachix/cachix-action@v15 if: startsWith(github.ref, 'refs/heads/') with: @@ -74,7 +74,7 @@ jobs: needs: [ changelog, build ] steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v30 - uses: cachix/cachix-action@v15 with: name: ic-hs-test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0ddb388739..9a223432b93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 # fetch PR commit, not predicted merge commit ref: ${{ github.event.pull_request.head.sha }} - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v30 # We are using the ic-hs-test cachix cache that is also used by # dfinity/ic-hs. This is partly laziness (on need to set up a separate @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v30 - uses: cachix/cachix-action@v15 with: name: ic-hs-test @@ -129,7 +129,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v30 - uses: cachix/cachix-action@v15 with: name: ic-hs-test diff --git a/.github/workflows/update-hash.yml b/.github/workflows/update-hash.yml index fd0749ad33e..54cef9d8be1 100644 --- a/.github/workflows/update-hash.yml +++ b/.github/workflows/update-hash.yml @@ -16,7 +16,7 @@ jobs: with: # This is needed to be able to push and trigger CI with that push token: ${{ secrets.NIV_UPDATER_TOKEN }} - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:nixos-22.11 - uses: cachix/cachix-action@v15