diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-10 04:55:27 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-10 04:55:27 -0400 |
| commit | f13cee620c263793b50cb08aadb57e25089a368d (patch) | |
| tree | 31f4ac7d03863df730faef935cc75933f602bcf0 /.github/workflows/build.yaml | |
| parent | 4d670e0de82241fea7dcd55f7371105918b52dd7 (diff) | |
actions: bump DeterminateSystems/magic-nix-cache-action from 6 to 7 (#62)
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/build.yaml')
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 806e16e..ba00f56 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: uses: cachix/install-nix-action@V27 - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v6 + uses: DeterminateSystems/magic-nix-cache-action@v7 - run: | nix build .#container-x86_64 |
