Skip to content

Commit 0fc29e3

Browse files
committed
fix(ci): use correct SHA for nix-quick-install-action v30
1 parent 37b37d7 commit 0fc29e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-nix/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: 'composite'
1414
steps:
1515
- name: Install Nix
16-
uses: nixbuild/nix-quick-install-action@c245e13f8a7be373da8a36b4adcce5e0cb7dd3a2 # v30
16+
uses: nixbuild/nix-quick-install-action@5bb6a3b3abe66fd09bbf250dce8ada94f856a703 # v30
1717

1818
- name: Install tools from nixpkgs
1919
shell: bash

0 commit comments

Comments
 (0)