From 217925696e236ef9a18d640f6d5be1452e7777dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:05:27 +0000 Subject: [PATCH] Update cachix/install-nix-action action to v30 --- .github/workflows/ci.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 236c5000..6850171a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: tool-cache: true - name: Install nix - uses: cachix/install-nix-action@v29 + uses: cachix/install-nix-action@v30 if: matrix.system == 'x86_64' with: extra_nix_config: | diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c01f2d4a..f86f2b4b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install nix - uses: cachix/install-nix-action@v29 + uses: cachix/install-nix-action@v30 - name: Set branch name output id: branch