diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-10 15:38:56 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-06-10 18:26:08 -0400 |
| commit | 742cb02b1b34a42bb2ac32b1379fd91f36a49723 (patch) | |
| tree | cdfbdfe4adfebbf9f0c1a8c6f1befb3e8af55d7b /.github | |
| parent | e6ad27da8cb55509c2e6f3c408103b3b8303ebdc (diff) | |
ci: bump DeterminateSystems/magic-nix-cache-action from 6 to 7
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]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f3980f..5db7f99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v11 - name: Setup cache - uses: DeterminateSystems/magic-nix-cache-action@v6 + uses: DeterminateSystems/magic-nix-cache-action@v7 - name: Build site run: | @@ -39,7 +39,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v11 - name: Setup cache - uses: DeterminateSystems/magic-nix-cache-action@v6 + uses: DeterminateSystems/magic-nix-cache-action@v7 - name: Run checks run: | |
