Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
build(deps): bump DeterminateSystems/magic-nix-cache-action from 3 to…
Browse files Browse the repository at this point in the history
… 4 (#60)

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](DeterminateSystems/magic-nix-cache-action@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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent af7908b commit ca2a522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v10

- name: "Nix Cache"
uses: DeterminateSystems/magic-nix-cache-action@v3
uses: DeterminateSystems/magic-nix-cache-action@v4

- name: "Build NixOS config ❄️"
run: nix build --dry-run -L '.#nixosConfigurations.framework.config.system.build.toplevel' --show-trace
Expand All @@ -43,7 +43,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v10

- name: "Nix Cache"
uses: DeterminateSystems/magic-nix-cache-action@v3
uses: DeterminateSystems/magic-nix-cache-action@v4

- name: "Build NixOS config ❄️"
run: nix run nix-darwin -- check --flake .#macbook_x86
Expand All @@ -58,7 +58,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v10

- name: "Nix Cache"
uses: DeterminateSystems/magic-nix-cache-action@v3
uses: DeterminateSystems/magic-nix-cache-action@v4

- name: "Build NixOS config ❄️"
run: nix run nix-darwin -- check --flake .#macbook

0 comments on commit ca2a522

Please sign in to comment.