From 3fc1b832aa5dc5ff50bb3aed1b5a9b17547f1e2a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 Nov 2025 00:52:20 +0000 Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action action to v21 --- .github/workflows/update-flake.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 1403966..be55156 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v5 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v20 + uses: DeterminateSystems/nix-installer-action@v21 - name: Check for Updates id: check_updates @@ -74,7 +74,7 @@ jobs: ref: update_flake_lock_action - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v20 + uses: DeterminateSystems/nix-installer-action@v21 - name: Build and Test Configuration id: build