From 09d3ea7e63422f5912b0ab1e8344fab5cb94c4b6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Mar 2026 08:06:09 +0000 Subject: [PATCH] ci(deps): update determinatesystems/nix-installer-action action to v21 --- .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 7f65b46..e7cd31f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Check Nix flake inputs uses: DeterminateSystems/flake-checker-action@v12 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v19 + uses: DeterminateSystems/nix-installer-action@v21 - name: Use Github Actions Cache through Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Show the flakes metadata and input sources