diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-10 18:26:49 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-10 18:26:49 -0400 |
| commit | 068c3e44a3b98e74fa13826f79f9fab2638d06a7 (patch) | |
| tree | 041602748b4279d6646e98e80d2c8fee3e9bc1cc /.github/workflows/ci.yaml | |
| parent | 32acf13f1d5b2429f4fae16ff2dc88a1ce4339dc (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>
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 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: | |
