Skip to content

Commit

Permalink
Bump DeterminateSystems/magic-nix-cache-action from 2 to 3 (#34)
Browse files Browse the repository at this point in the history
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 2 to 3.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@v2...v3)

---
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 Feb 21, 2024
1 parent f2f305e commit f78a377
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
extra-platforms = aarch64-linux x86_64-linux
- name: Cache Nix store
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v3

- name: Check flake
run: nix flake check --accept-flake-config
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
extra-platforms = aarch64-linux x86_64-linux
- name: Cache Nix store
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v3

- name: Build package
run: nix build --accept-flake-config .#packages.${{ matrix.system }}.${{ matrix.package }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
extra-platforms = aarch64-linux x86_64-linux
- name: Cache Nix store
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v3

- name: Build ${{ matrix.bundler.name }} package for ${{ matrix.system }}
run: >-
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v9

- name: Cache Nix store
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v3

- name: Build package
run: nix build --accept-flake-config .#docs
Expand Down

0 comments on commit f78a377

Please sign in to comment.