From 948079eb8c58586cecc35936934d972aca43670b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:16:04 +0000 Subject: [PATCH] ci(actions): bump cachix/cachix-action Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 02b16339eddcf6ea27126a830c7f1992855cae13 to 5f2d7c5294214f71b873db4b969586b980625e71. - [Changelog](https://github.com/cachix/cachix-action/blob/master/RELEASE.md) - [Commits](https://github.com/cachix/cachix-action/compare/02b16339eddcf6ea27126a830c7f1992855cae13...5f2d7c5294214f71b873db4b969586b980625e71) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-version: 5f2d7c5294214f71b873db4b969586b980625e71 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/nix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 7c9439f..dd1cfca 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -39,7 +39,7 @@ jobs: # cachix-action is optional: without an authToken or if the cache # doesn't exist yet, continue-on-error lets the build proceed without # caching. Guard to the canonical repo so forks don't attempt uploads. - - uses: cachix/cachix-action@02b16339eddcf6ea27126a830c7f1992855cae13 # v17 + - uses: cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17 if: github.repository == 'LarsArtmann/segment-buffer' continue-on-error: true with: @@ -57,7 +57,7 @@ jobs: - uses: cachix/install-nix-action@b4b293eae0b79aac8a161bb32925a5508c9cca93 # v31 with: nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@02b16339eddcf6ea27126a830c7f1992855cae13 # v17 + - uses: cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17 if: github.repository == 'LarsArtmann/segment-buffer' continue-on-error: true with: