diff --git a/.github/actions/build-nix-image/action.yml b/.github/actions/build-nix-image/action.yml index d0e3b06..2acb3db 100644 --- a/.github/actions/build-nix-image/action.yml +++ b/.github/actions/build-nix-image/action.yml @@ -45,7 +45,7 @@ runs: extra-platforms = aarch64-linux - name: Setup Remote Nix Cache - uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master + uses: cachix/cachix-action@ee79db531bfb851a7cf47035057b7cca88d26449 # ratchet:cachix/cachix-action@master with: name: "${{ inputs.cachixCacheName }}" authToken: "${{ inputs.cachixAuthToken }}" diff --git a/.github/workflows/build-nix-images.yaml b/.github/workflows/build-nix-images.yaml index 125a0fb..e385c5c 100644 --- a/.github/workflows/build-nix-images.yaml +++ b/.github/workflows/build-nix-images.yaml @@ -91,7 +91,7 @@ jobs: # nix_conf: "system-features = nixos-test benchmark big-parallel kvm" - name: Setup remote cache # TODO: disable continue-on-error https://www.github.com/cachix/cachix-action/issues/200 - uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master + uses: cachix/cachix-action@ee79db531bfb851a7cf47035057b7cca88d26449 # ratchet:cachix/cachix-action@master continue-on-error: true with: name: "${{ vars.CACHIX_CACHE_NAME }}" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7330b8..d624079 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -190,7 +190,7 @@ jobs: # nix_conf: "system-features = nixos-test benchmark big-parallel kvm" - name: Setup remote cache # TODO: disable continue-on-error https://www.github.com/cachix/cachix-action/issues/200 - uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master + uses: cachix/cachix-action@ee79db531bfb851a7cf47035057b7cca88d26449 # ratchet:cachix/cachix-action@master continue-on-error: true with: name: "${{ vars.CACHIX_CACHE_NAME }}" diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 6a63e47..c7596f5 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -66,7 +66,7 @@ jobs: # nix_conf: "system-features = nixos-test benchmark big-parallel kvm" - name: Setup remote cache # TODO: disable continue-on-error https://www.github.com/cachix/cachix-action/issues/200 - uses: cachix/cachix-action@41f25c0d23388f1a854cc67abb62029877468386 # ratchet:cachix/cachix-action@master + uses: cachix/cachix-action@ee79db531bfb851a7cf47035057b7cca88d26449 # ratchet:cachix/cachix-action@master continue-on-error: true with: name: "${{ vars.CACHIX_CACHE_NAME }}" diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index c784c46..29f87f2 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -141,7 +141,7 @@ jobs: extra-conf: "system-features = nixos-test benchmark big-parallel kvm" - name: Setup remote cache - uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master + uses: cachix/cachix-action@ee79db531bfb851a7cf47035057b7cca88d26449 # ratchet:cachix/cachix-action@master continue-on-error: true with: name: "${{ vars.CACHIX_CACHE_NAME }}"