From 05509d7bb9d6470a58eb4728497baf8db6d44642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:51:10 +0000 Subject: [PATCH] chore(deps): Bump cachix/install-nix-action from V28 to 29 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 29. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/V28...v29) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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..6f4dbb6acda 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@v29 - 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@v29 - uses: cachix/cachix-action@v15 with: name: ic-hs-test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0ddb388739..9ac6570b711 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@v29 # 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@v29 - 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@v29 - 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..8a8c6ba246c 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@v29 with: nix_path: nixpkgs=channel:nixos-22.11 - uses: cachix/cachix-action@v15