From dd4629433b9d312da819937cffbd0184794b3a44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 09:31:13 -0700 Subject: [PATCH] Update cachix/install-nix-action digest to d1ca217 (#27951) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cachix/install-nix-action](https://redirect.github.com/cachix/install-nix-action) | action | digest | `02a151a` -> `d1ca217` | --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release_nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d43e12fb2..63749daf63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -739,7 +739,7 @@ jobs: echo "/nix/var/nix/profiles/default/bin" >> $GITHUB_PATH echo "/Users/administrator/.nix-profile/bin" >> $GITHUB_PATH - - uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31 + - uses: cachix/install-nix-action@d1ca217b388ee87b2507a9a93bf01368bde7cec2 # v31 if: ${{ matrix.system.install_nix }} with: github_access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index 18135630e1..d3084c6843 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -206,7 +206,7 @@ jobs: echo "/nix/var/nix/profiles/default/bin" >> $GITHUB_PATH echo "/Users/administrator/.nix-profile/bin" >> $GITHUB_PATH - - uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31 + - uses: cachix/install-nix-action@d1ca217b388ee87b2507a9a93bf01368bde7cec2 # v31 if: ${{ matrix.system.install_nix }} with: github_access_token: ${{ secrets.GITHUB_TOKEN }}