From 93fb5ba954b0fe81266f5fca99289297bb05e908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:05:53 -0400 Subject: ci: bump DeterminateSystems/magic-nix-cache-action from 4 to 6 (#182) Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 4 to 6. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v4...v6) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .github/workflows/clippy.yaml | 2 +- .github/workflows/docker.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebaf53a..3b1962a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v10 - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v4 + uses: DeterminateSystems/magic-nix-cache-action@v6 - name: Run treefmt run: | diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index b827057..41e03b9 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -30,7 +30,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v10 - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v4 + uses: DeterminateSystems/magic-nix-cache-action@v6 - name: Setup Rust cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 221516b..4cae14f 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -25,7 +25,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v10 - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v4 + uses: DeterminateSystems/magic-nix-cache-action@v6 - name: Build Docker image id: build -- cgit v1.2.3