Skip to content

Commit 4e6d2f9

Browse files
github: replace deprecated nix cache action
1 parent 7c7fa29 commit 4e6d2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Nix
1616
uses: DeterminateSystems/nix-installer-action@main
1717
- name: Cache Nix
18-
uses: DeterminateSystems/magic-nix-cache-action@main
18+
uses: DeterminateSystems/flakehub-cache-action@main
1919
- name: Lint
2020
run: |
2121
nix develop ${{ env.CI_NIX_FLAKE }} --command \

0 commit comments

Comments
 (0)