From 691167d67e2e82b1898b57484f893395bc6a07ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 05:52:39 +0000 Subject: [PATCH] Bump cachix/cachix-action from 15 to 16 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v15...v16) --- 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 8110947e..ff9fc277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v30 - - uses: cachix/cachix-action@v15 + - uses: cachix/cachix-action@v16 with: name: dschrempf-nix-script authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v30 - - uses: cachix/cachix-action@v15 + - uses: cachix/cachix-action@v16 with: name: nix-script skipPush: true