From 4d5845277278fc1136fec1cfe908a48c16c7efff Mon Sep 17 00:00:00 2001 From: Leander Scherer <80996591+schererleander@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:58:58 +0200 Subject: Update Nix actions in workflow Replaced Nix actions with nix-installer and magic-nix-cache. --- .github/workflows/update-flake-lock.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows/update-flake-lock.yml') diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 976f621..30e5ec8 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -15,9 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/determinate-nix-action@v3 - - name: Update Nix Flake Lock - uses: DeterminateSystems/update-flake-lock@v27 + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main with: pr-title: "Update Nix flake inputs" pr-labels: | -- cgit v1.3.1