Skip to content

Commit

Permalink
Merge pull request #70 from tomodachi94/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/workflows/DeterminateSystems/magic-nix-cache-action-9
  • Loading branch information
tomodachi94 authored Jan 30, 2025
2 parents d581cd1 + 05b6ad4 commit 356443c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b
- uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4

Check warning on line 20 in .github/workflows/checks.yaml

View workflow job for this annotation

GitHub Actions / checks

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@6221693898146dc97e38ad0e013488a16477a4c4 ...with... - uses: DeterminateSystems/flakehub-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 For more details: https://dtr.mn/magic-nix-cache-eol
- run: "nix develop .#"
name: "Prefetch CI dependencies"
- run: nix develop .# --command just vale
Expand Down

0 comments on commit 356443c

Please sign in to comment.