Skip to content

Commit

Permalink
Bump DeterminateSystems/magic-nix-cache-action from 2 to 3 (#1186)
Browse files Browse the repository at this point in the history
* Bump DeterminateSystems/magic-nix-cache-action from 2 to 3

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]>

* ci: release: re-enable Nix cache for aarch64 builds

The action now supports the architecture.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Emilio López <[email protected]>
  • Loading branch information
dependabot[bot] and elopez authored Feb 5, 2024
1 parent f641d1a commit 603dc35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Configure Nix cache
if: runner.arch == 'X64'
# Unfortunately the action does not work on ARM runners
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v3
with:
upstream-cache: https://trailofbits.cachix.org

Expand Down

0 comments on commit 603dc35

Please sign in to comment.