From 45a10f495fee166e06f49b663dfff4d7c15ef21f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:36:37 +0000 Subject: [PATCH] Update cachix/install-nix-action action to v30 (#876) | datasource | package | from | to | | ----------- | ------------------------- | ---- | --- | | github-tags | cachix/install-nix-action | v29 | v30 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e32f57e2..f00e7d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: if: github.ref_type == 'tag' - name: Install Nix - uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29 + uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} if: github.ref_type == 'tag'