From 9ab5c1d099745b1e9b2b2417c13b8525af00bd19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:46:14 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/magic-nix-cache-action from 2 to 3 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 2 to 3. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v2...v3) --- 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/nix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml index adf01e5f..b567fe9f 100644 --- a/.github/workflows/nix.yaml +++ b/.github/workflows/nix.yaml @@ -26,6 +26,6 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v9 - name: Setup Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v2 + uses: DeterminateSystems/magic-nix-cache-action@v3 - run: nix build - run: nix flake check