Flake ❄️ Checker ✅ #136
Annotations
4 warnings
|
Flake Checker:
./.github/workflows/test-build-quickemu.yml#L58
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
|
|
Flake Checker:
./.github/workflows/publish-release.yml#L92
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://dtr.mn/magic-nix-cache-eol
|
|
Flake Checker:
./.github/workflows/flake-updater.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@v9
...with...
- uses: DeterminateSystems/flakehub-cache-action@v9
For more details: https://dtr.mn/magic-nix-cache-eol
|
|
Flake Checker:
./.github/workflows/flake-checker.yml#L20
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
|