Skip to content

chore(deps): update cachix/cachix-action action to v16 #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
extra-conf: |
accept-flake-config = true
extra-platforms = aarch64-linux
- uses: DeterminateSystems/magic-nix-cache-action@main

Check warning on line 21 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / linux (x86_64-linux)

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@main ...with... - uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 21 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / linux (aarch64-linux)

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@main ...with... - uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol
with:
use-flakehub: false
- uses: cachix/cachix-action@v15
- uses: cachix/cachix-action@v16
with:
name: entropia
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand All @@ -41,7 +41,7 @@
# with:
# extra-conf: |
# accept-flake-config = true
# - uses: DeterminateSystems/magic-nix-cache-action@main

Check warning on line 44 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / linux (x86_64-linux)

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@main ...with... # - uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 44 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / linux (aarch64-linux)

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@main ...with... # - uses: DeterminateSystems/flakehub-cache-action@main For more details: https://dtr.mn/magic-nix-cache-eol
# with:
# use-flakehub: false
# - uses: cachix/cachix-action@v14
Expand Down