Warn on mnc usage #294
Annotations
3 warnings
Cache the store:
.github/workflows/ci.yml#L17
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@main
With:
- uses: DeterminateSystems/flakehub-cache-action@main
For more details: https://flakehub.com/cache?mnc
|
Cache the store:
.github/workflows/flakehub-cache.yml#L27
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@main
With:
- uses: DeterminateSystems/flakehub-cache-action@main
For more details: https://flakehub.com/cache?mnc
|
Cache the store
The Nix daemon does not consider the user running this workflow to be trusted. Magic Nix Cache is disabled.
|
Loading