From 65eb64406628b906ee8f00bf9bf2a65ab21d075e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 11:02:07 +0000 Subject: [PATCH] Update DeterminateSystems/magic-nix-cache-action action to v14 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05c68bf..f3712c7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v22 with: summarize: false - - uses: DeterminateSystems/magic-nix-cache-action@v13 + - uses: DeterminateSystems/magic-nix-cache-action@v14 - run: nix flake check docker: @@ -28,7 +28,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v22 with: summarize: false - - uses: DeterminateSystems/magic-nix-cache-action@v13 + - uses: DeterminateSystems/magic-nix-cache-action@v14 - name: Build docker image run: nix build .#docker @@ -83,7 +83,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v22 with: summarize: false - - uses: DeterminateSystems/magic-nix-cache-action@v13 + - uses: DeterminateSystems/magic-nix-cache-action@v14 - name: Build scip-rust run: nix build .#scip-rust