summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-10 18:26:49 -0400
committerGitHub <[email protected]>2024-06-10 18:26:49 -0400
commit068c3e44a3b98e74fa13826f79f9fab2638d06a7 (patch)
tree041602748b4279d6646e98e80d2c8fee3e9bc1cc
parent32acf13f1d5b2429f4fae16ff2dc88a1ce4339dc (diff)
ci: bump DeterminateSystems/magic-nix-cache-action from 6 to 7 (#197)
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 6 to 7. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v6...v7) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--.github/workflows/clippy.yaml2
-rw-r--r--.github/workflows/docker.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index dc0d72d..9394567 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v12
- name: Setup Nix cache
- uses: DeterminateSystems/magic-nix-cache-action@v6
+ uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Run treefmt
run: |
diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml
index a332f60..56b39df 100644
--- a/.github/workflows/clippy.yaml
+++ b/.github/workflows/clippy.yaml
@@ -30,7 +30,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v12
- name: Setup Nix cache
- uses: DeterminateSystems/magic-nix-cache-action@v6
+ uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml
index ed18296..30c84d9 100644
--- a/.github/workflows/docker.yaml
+++ b/.github/workflows/docker.yaml
@@ -25,7 +25,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v12
- name: Setup Nix cache
- uses: DeterminateSystems/magic-nix-cache-action@v6
+ uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Build Docker image
id: build