From c45e58860803ca3abb5775fa3917d31c78791f00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 20:45:45 +0000 Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action action to v22 --- .github/workflows/flake-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake-lock.yml b/.github/workflows/flake-lock.yml index 326de19..c39b9e5 100644 --- a/.github/workflows/flake-lock.yml +++ b/.github/workflows/flake-lock.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v21 + uses: DeterminateSystems/nix-installer-action@v22 - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v28 with: