aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLeander Scherer <80996591+schererleander@users.noreply.github.com>2025-10-20 11:58:58 +0200
committerGitHub <noreply@github.com>2025-10-20 11:58:58 +0200
commit4d5845277278fc1136fec1cfe908a48c16c7efff (patch)
treee7fc7a39940bfb6746f98920384ac6450202caea /.github/workflows
parent5466f78292390c24c6182284b411d31d7f867428 (diff)
Update Nix actions in workflow
Replaced Nix actions with nix-installer and magic-nix-cache.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-flake-lock.yml5
1 files changed, 2 insertions, 3 deletions
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: |