diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-13 22:20:46 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-13 19:34:34 -0400 |
| commit | 78aee832b8da7add29ce722247c6752f6ef39473 (patch) | |
| tree | 6d24803cc385c7bcf9f6cb39d1eda59281b1c6d2 /.github/workflows | |
| parent | d82159e61310c7e03084dd9d862e268f55a974e4 (diff) | |
actions: bump DeterminateSystems/magic-nix-cache-action from 4 to 6
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 4 to 6.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v4...v6)
---
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/workflows')
| -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 86d67f0..6e33b06 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v11 - name: Setup cache - uses: DeterminateSystems/magic-nix-cache-action@v4 + uses: DeterminateSystems/magic-nix-cache-action@v6 - name: Run build run: | |
