From dff329f613033d6f8caace024a465731bbef8c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 02:37:21 +0000 Subject: [PATCH] --- 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 b6e535e43..57b4d2f6f 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@v14 + uses: cachix/cachix-action@v15 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 bfc268b3d..3e11826b9 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@v14 + uses: cachix/cachix-action@v15 with: name: hackworthltd-private authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'