From 8d2f11ad69b215cf0c0948191b6ed33583c50239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:16:06 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/magic-nix-cache-action Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 12 to 14. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v12...v14) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-version: '14' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96af0e12..cafbc832 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v7 - uses: DeterminateSystems/nix-installer-action@v19 - - uses: DeterminateSystems/magic-nix-cache-action@v12 + - uses: DeterminateSystems/magic-nix-cache-action@v14 - name: Run ruff run: nix shell --inputs-from . nixpkgs#ruff -c ruff check backend --output-format=concise --exclude database/migrations @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v7 - uses: DeterminateSystems/nix-installer-action@v19 - - uses: DeterminateSystems/magic-nix-cache-action@v12 + - uses: DeterminateSystems/magic-nix-cache-action@v14 - name: Run ruff run: nix shell --inputs-from . nixpkgs#ruff -c ruff check simulator --output-format=concise @@ -84,7 +84,7 @@ jobs: steps: - uses: actions/checkout@v7 - uses: DeterminateSystems/nix-installer-action@v19 - - uses: DeterminateSystems/magic-nix-cache-action@v12 + - uses: DeterminateSystems/magic-nix-cache-action@v14 - name: Check nix formatting run: | mapfile -t files < <(find . -name '*.nix' -not -path './result*') @@ -104,7 +104,7 @@ jobs: steps: - uses: actions/checkout@v7 - uses: DeterminateSystems/nix-installer-action@v19 - - uses: DeterminateSystems/magic-nix-cache-action@v12 + - uses: DeterminateSystems/magic-nix-cache-action@v14 - name: Build packages run: | nix build .#backend .#web .#simulator .#proxy .#default -L @@ -147,7 +147,7 @@ jobs: steps: - uses: actions/checkout@v7 - uses: DeterminateSystems/nix-installer-action@v19 - - uses: DeterminateSystems/magic-nix-cache-action@v12 + - uses: DeterminateSystems/magic-nix-cache-action@v14 - uses: docker/setup-buildx-action@v4 - name: Log in to GHCR if: github.event_name != 'pull_request'