Skip to content

Commit

Permalink
Bump DeterminateSystems/magic-nix-cache-action from 8 to 9 (#1342)
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 8 to 9.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](DeterminateSystems/magic-nix-cache-action@v8...v9)

---
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 5, 2025
1 parent aff20b7 commit 6c1aced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Configure Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v8
uses: DeterminateSystems/magic-nix-cache-action@v9

Check warning on line 48 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Build Linux (x86_64) binary

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 48 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Build macOS (x86_64) binary

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 48 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Build macOS (aarch64) binary

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol
with:
upstream-cache: https://trailofbits.cachix.org

Expand Down

0 comments on commit 6c1aced

Please sign in to comment.