From 3ed235376680f06b0a6404754a480bf99c9c6a6b Mon Sep 17 00:00:00 2001
From: Graham Christensen <graham@grahamc.com>
Date: Thu, 15 May 2025 13:23:35 -0400
Subject: [PATCH] Update to use our new nix action

---
 .github/workflows/ci.yml     |  4 +---
 .github/workflows/update.yml |  4 +---
 README.md                    | 36 +++++++++---------------------------
 3 files changed, 11 insertions(+), 33 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b627156..6fc524d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,9 +17,7 @@ jobs:
         with:
           fail-mode: true
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Enable FlakeHub Cache
         uses: DeterminateSystems/flakehub-cache-action@main
       - name: Install pnpm dependencies
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index e9e18ab..50bf3b3 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -12,9 +12,7 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Enable FlakeHub Cache
         uses: DeterminateSystems/flakehub-cache-action@main
       - name: Update flake.lock
diff --git a/README.md b/README.md
index 42a1b34..069e073 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Update flake.lock
         uses: DeterminateSystems/update-flake-lock@main
         with:
@@ -59,9 +57,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Update flake.lock
         uses: DeterminateSystems/update-flake-lock@main
         with:
@@ -86,9 +82,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Update flake.lock
         uses: DeterminateSystems/update-flake-lock@main
         with:
@@ -111,9 +105,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Update flake.lock
         id: update
         uses: DeterminateSystems/update-flake-lock@main
@@ -142,9 +134,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Update flake.lock
         if: ${{ github.event_name != 'pull_request' }}
         uses: DeterminateSystems/update-flake-lock@main
@@ -171,9 +161,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Update flake.lock
         uses: DeterminateSystems/update-flake-lock@main
         with:
@@ -211,9 +199,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Update flake.lock
         uses: DeterminateSystems/update-flake-lock@main
         with:
@@ -252,9 +238,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Update flake.lock
         uses: DeterminateSystems/update-flake-lock@main
         with:
@@ -319,9 +303,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
       - name: Install Determinate Nix
-        uses: DeterminateSystems/nix-installer-action@main
-        with:
-          determinate: true
+        uses: DeterminateSystems/determinate-nix-action@v3
       - name: Update flake.lock
         uses: DeterminateSystems/update-flake-lock@main
         with: