diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 84ea38f9..bca78c72 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: with: summarize: false - if: steps.filter.outputs.relevant == 'true' - uses: DeterminateSystems/magic-nix-cache-action@v13 + uses: DeterminateSystems/magic-nix-cache-action@v14 with: use-flakehub: "disabled" @@ -147,7 +147,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: DeterminateSystems/nix-installer-action@v22 - - uses: DeterminateSystems/magic-nix-cache-action@v13 + - uses: DeterminateSystems/magic-nix-cache-action@v14 with: use-flakehub: "disabled" - run: nix build .#checks.x86_64-linux.${{ matrix.check }} @@ -161,7 +161,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: DeterminateSystems/nix-installer-action@v22 - - uses: DeterminateSystems/magic-nix-cache-action@v13 + - uses: DeterminateSystems/magic-nix-cache-action@v14 with: use-flakehub: "disabled" - run: nix run .#${{ matrix.package }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6ae89a70..634cd6ec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,7 +77,7 @@ jobs: with: ref: v${{ inputs.version }} - uses: DeterminateSystems/nix-installer-action@v22 - - uses: DeterminateSystems/magic-nix-cache-action@v13 + - uses: DeterminateSystems/magic-nix-cache-action@v14 with: use-flakehub: "disabled" - name: Publish crate