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 }}'