From 58cb605b28aea649618f8dbe412553e858b58c45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:15:11 +0000 Subject: [PATCH] chore(deps): update nixbuild/nix-quick-install-action action to v34 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4113478..b7ed0044 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }} repository: ${{github.event.pull_request.head.repo.full_name || github.repository }} - - uses: nixbuild/nix-quick-install-action@v30 + - uses: nixbuild/nix-quick-install-action@v34 with: nix_conf: | keep-env-derivations = true