From 225bef58faf7c5c21b5e4905fd369d572f16959d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 03:26:18 +0000 Subject: [PATCH] chore(deps): update cachix/cachix-action digest to ee79db5 --- .github/actions/build-nix-image/action.yml | 2 +- .github/workflows/build-nix-images.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/deploy-docs.yaml | 2 +- .github/workflows/template.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 }}"