From cffda690ce482ccf32730e1f8990779023640ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:30:21 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 8 to 9. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/87b14cf437d03d37989d87f0fa5ce4f5dc1a330b...6221693898146dc97e38ad0e013488a16477a4c4) --- 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/ensure_linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ensure_linting.yml b/.github/workflows/ensure_linting.yml index 813c459003..4206809d2b 100644 --- a/.github/workflows/ensure_linting.yml +++ b/.github/workflows/ensure_linting.yml @@ -18,7 +18,7 @@ jobs: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Nix binary cache - uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b #v8 + uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 #v9 - name: Run treefmt in CI mode run: nix develop --override-input devenv-root "file+file://"<(printf %s "$PWD") . --command treefmt --ci