Warn on mnc usage #291
Annotations
2 warnings
.github/workflows/ci.yml#L17
Magic Nix Cache is deprecated due to a change in the underlying GitHub APIs, and will stop working on February 1.
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
|
.github/workflows/flakehub-cache.yml#L27
Magic Nix Cache is deprecated due to a change in the underlying GitHub APIs, and will stop working on February 1.
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
|
The logs for this run have expired and are no longer available.
Loading