Skip to content

Commit 1060f46

Browse files
committed
CI: fix workflow action deprecation
1 parent 6e2f5ab commit 1060f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-flake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: DeterminateSystems/nix-installer-action@main
21-
- uses: DeterminateSystems/magic-nix-cache-action@main
21+
- uses: DeterminateSystems/flakehub-cache-action@main
2222
- name: "Check `nix develop` shell can open"
2323
run: nix develop --command "echo"
2424
# this Flake has no build target

0 commit comments

Comments
 (0)