From 8fcb190eba6c5d4db3621bec70530660f4e9e59f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 05:41:14 +0000 Subject: [PATCH] Bump cachix/cachix-action from 14 to 15 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v14...v15) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5d17f6..91eb216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v25 - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: nix-script authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v25 - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: nix-script skipPush: true