Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
summarize: false
- if: steps.filter.outputs.relevant == 'true'
uses: DeterminateSystems/magic-nix-cache-action@v14
uses: DeterminateSystems/magic-nix-cache-action@v15
with:
use-flakehub: "disabled"

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v15
with:
use-flakehub: "disabled"
- run: nix build .#checks.x86_64-linux.${{ matrix.check }}
Expand All @@ -166,7 +166,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v15
with:
use-flakehub: "disabled"
- run: nix run .#${{ matrix.package }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
ref: v${{ needs.publish.outputs.version }}
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v15
with:
use-flakehub: "disabled"
- name: Publish crate
Expand All @@ -115,7 +115,7 @@ jobs:
with:
ref: v${{ needs.publish.outputs.version }}
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v15
with:
use-flakehub: "disabled"
# LICENSE and README.md are packed into the nupkg; LICENSE is a symlink
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
with:
ref: v${{ needs.publish.outputs.version }}
- uses: DeterminateSystems/nix-installer-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v15
with:
use-flakehub: "disabled"
- name: Build sdist
Expand Down
Loading