From e5878c10fa85ac74bec3470cc3f7feb5bd9ffcd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:08:51 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 27 to 28 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 27 to 28. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v27...V28) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cachix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml index f0fb7d0..55873b5 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -35,7 +35,7 @@ jobs: with: ref: ${{ inputs.ref }} - name: Install Nix - uses: cachix/install-nix-action@v27 + uses: cachix/install-nix-action@V28 with: github_access_token: '${{ secrets.GITHUB_TOKEN }}' - name: Enable Cachix