From 16dc7ec16a2dabc2b16c170118f3d65e154c6377 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:41:22 +0000 Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action action to v23 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c72f27f..b90ea62 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ description: Install Nix with the /nix store cached, keyed on the repo's flake p runs: using: composite steps: - - uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22 + - uses: DeterminateSystems/nix-installer-action@3138316df39ed29be04236d7ffc686fa525866aa # v23 - uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7 with: primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.nix', 'flake.lock') }}