From 91111a129f4ffd78849482fa88b2d369ad7bd013 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Sep 2025 15:04:33 +0000 Subject: [PATCH] ci(deps): update determinatesystems/nix-installer-action action to v20 --- .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..72621f6 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@v20 - name: Use Github Actions Cache through Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Show the flakes metadata and input sources