From 9a447f4bb702de38de9147686c13d19d4af189b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Jul 2025 00:36:22 +0000 Subject: [PATCH] ci(deps): update determinatesystems/nix-installer-action action to v18 --- .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 7f8970d..a4051a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Check Nix flake inputs uses: DeterminateSystems/flake-checker-action@v5 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: DeterminateSystems/nix-installer-action@v18 - name: Use Github Actions Cache through Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Show the flakes metadata and input sources