From f5c9870dfd5d5669108f205e679e0c4d2574a03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 02:18:58 +0000 Subject: [PATCH] chore(deps): 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/benchmark-action.yaml | 2 +- .github/workflows/push-to-ghcr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index 7fb2000fb..95faefe09 100644 --- a/.github/workflows/benchmark-action.yaml +++ b/.github/workflows/benchmark-action.yaml @@ -45,7 +45,7 @@ jobs: substituters = https://cache.nixos.org?priority=10 https://hackworthltd.cachix.org?priority=30 https://cache.iog.io?priority=40 https://cache.zw3rk.com?priority=50 - name: Configure Cachix for private Hackworth Ltd cache - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 with: name: hackworthltd-private authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/push-to-ghcr.yaml b/.github/workflows/push-to-ghcr.yaml index a286bf726..98eea2da7 100644 --- a/.github/workflows/push-to-ghcr.yaml +++ b/.github/workflows/push-to-ghcr.yaml @@ -45,7 +45,7 @@ jobs: substituters = https://cache.nixos.org?priority=10 https://hackworthltd.cachix.org?priority=30 https://cache.iog.io?priority=40 https://cache.zw3rk.com?priority=50 - name: Configure Cachix for private Hackworth Ltd cache - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 with: name: hackworthltd-private authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'