From 6988c4eafb599f68d1cb47b3105bece782beaecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 00:18:34 +0000 Subject: [PATCH] Bump cachix/install-nix-action from V28 to 31.2.0 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 31.2.0. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](https://github.com/cachix/install-nix-action/compare/V28...v31.2.0) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: 31.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-with-nix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-with-nix.yml b/.github/workflows/build-with-nix.yml index cc801114..f97485b8 100644 --- a/.github/workflows/build-with-nix.yml +++ b/.github/workflows/build-with-nix.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v31.2.0 - uses: cachix/cachix-action@v15 with: name: tket @@ -30,7 +30,7 @@ jobs: runs-on: cuda steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v31.2.0 - uses: cachix/cachix-action@v15 with: name: tket