diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-16 12:09:15 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-16 12:09:15 -0400 |
| commit | 24c6376d64a6cf8c94787f222f0b11e2b7c0b9cb (patch) | |
| tree | b096d5ffecf3282a3714f21d645a2275fdfe9d96 /.github/workflows/build.yaml | |
| parent | 1827c9c3bb66fefa39623b90313eedbfd6ed7212 (diff) | |
actions: bump DeterminateSystems/magic-nix-cache-action from 7 to 8 (#78)
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 7 to 8.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v7...v8)
---
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 ba00f56..eb543dc 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@v7 + uses: DeterminateSystems/magic-nix-cache-action@v8 - run: | nix build .#container-x86_64 |
