From 5eda3da7c110ebc8c85e1996bece66c09a28e674 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 14:45:08 +0000 Subject: [PATCH] Update DeterminateSystems/magic-nix-cache-action action to v14 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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