diff options
| author | Seth Flynn <[email protected]> | 2025-03-13 19:45:08 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-13 19:53:52 -0400 |
| commit | 892638fcf36faea275909f58c3c5ab31d96b6597 (patch) | |
| tree | 82a7976e51005e29d63de4270ae33a28f553e788 /.github/workflows/publish.yml | |
| parent | 804a21f358c5e2727b46ea6499e425c8fcaca95d (diff) | |
ci: drop magic-nix-cache
Diffstat (limited to '.github/workflows/publish.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 30b8080..61f5ad0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: ref: ${{ inputs.tag }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 + uses: cachix/install-nix-action@v31 - name: Push to FlakeHub uses: DeterminateSystems/flakehub-push@v5 @@ -50,7 +50,7 @@ jobs: ref: ${{ inputs.tag }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 + uses: cachix/install-nix-action@v31 - name: Push to Flakestry # Flakestry sometimes sends bad responses even when |
