From 45d376b3ec14ede6c962ac427821adbc3a764d22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 13:03:16 +0000 Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action action to v22 --- .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 6c174cd..f39bfa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: contents: write steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/nix-installer-action@v21 + - uses: DeterminateSystems/nix-installer-action@v22 - uses: cachix/cachix-action@v16 with: name: recap