From 783d741ee52feaf3537ab88a64cc9fac50c9c587 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Aug 2025 14:08:11 +0000 Subject: [PATCH] ci(deps): update determinatesystems/nix-installer-action action to v19 --- .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 700b7e7..90fb339 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@v18 + uses: DeterminateSystems/nix-installer-action@v19 - name: Use Github Actions Cache through Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Show the flakes metadata and input sources