From 7585eb49e3ac2ed0e64d0017654547f038135c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:32:03 +0000 Subject: [PATCH] ci: bump DeterminateSystems/magic-nix-cache-action from 2 to 7 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 2 to 7. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v2...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] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63a840d..2c5794d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: uses: jlumbroso/free-disk-space@main with: tool-cache: true - - uses: DeterminateSystems/magic-nix-cache-action@v2 + - uses: DeterminateSystems/magic-nix-cache-action@v7 - uses: cachix/cachix-action@v14 with: name: callumio-public