From b292001019ddaee13efcc9ed7c3f50c4b22f0a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 05:34:59 +0000 Subject: [PATCH] build(deps): bump cachix/cachix-action in the all-actions group Bumps the all-actions group with 1 update: [cachix/cachix-action](https://github.com/cachix/cachix-action). Updates `cachix/cachix-action` from 16 to 17 - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v16...v17) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-version: '17' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d2d015..2f16c53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: zig-${{ runner.os }}- - name: Cache Nix store - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: forketyfork authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0351d0a..cd778fe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: zig-${{ runner.os }}-${{ matrix.arch }}- - name: Cache Nix store - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: forketyfork authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'