diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 15:23:38 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-21 21:20:44 +0000 |
| commit | c8a502ca553fbe0c2101cc615cfaab9728703daa (patch) | |
| tree | 5d7978dc2d1f2cbfc93d037364786a4db056d1c4 | |
| parent | 1346ce0643d080c832b38eb0d1189bf6ef0a8ed2 (diff) | |
deps(actions): bump DeterminateSystems/magic-nix-cache-action
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 3 to 4.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v3...v4)
---
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]>
| -rw-r--r-- | .github/workflows/nix.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml index 3261699..301b60f 100644 --- a/.github/workflows/nix.yaml +++ b/.github/workflows/nix.yaml @@ -18,7 +18,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v9 - name: Setup cache - uses: DeterminateSystems/magic-nix-cache-action@v3 + uses: DeterminateSystems/magic-nix-cache-action@v4 - name: Run check run: | |
