From 0ca27c51ab5a1944af99409bef7c3db881c8115a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 14:10:48 +0200 Subject: [PATCH] --- (#401) updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d73a1ad..4fed200 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: nix_path: 'nixpkgs=./nix' - name: "Install Cachix" - uses: cachix/cachix-action@v14 + uses: cachix/cachix-action@v15 with: name: niv signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'