Skip to content

Commit 88b9608

Browse files
committed
ci: remove remaining input-output-hk/install-nix-action
1 parent 403497c commit 88b9608

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ jobs:
1414
# its own shellcheck. This will also make sure that this pipeline runs using
1515
# the same shellcheck as the ones in Nix shells of developers.
1616
- name: Install Nix with good defaults
17-
uses: input-output-hk/install-nix-action@v20
17+
uses: cachix/install-nix-action@v31
1818
with:
1919
extra_nix_config: |
2020
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
2121
substituters = https://cache.nixos.org/ https://cache.iog.io/
2222
nix_path: nixpkgs=channel:nixos-unstable
23-
- uses: cachix/install-nix-action@v18
24-
with:
25-
nix_path: nixpkgs=channel:nixos-unstable
2623
# Make the Nix environment available to next steps
2724
- uses: rrbutani/use-nix-shell-action@v1
2825

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Install Nix with good defaults
19-
uses: input-output-hk/install-nix-action@v20
19+
uses: cachix/install-nix-action@v31
2020
with:
2121
extra_nix_config: |
2222
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
2323
substituters = https://cache.nixos.org/ https://cache.iog.io/
2424
nix_path: nixpkgs=channel:nixos-unstable
25-
- uses: cachix/install-nix-action@v18
26-
with:
27-
nix_path: nixpkgs=channel:nixos-unstable
2825
# Make the Nix environment available to next steps
2926
- uses: rrbutani/use-nix-shell-action@v1
3027
- name: shellcheck

0 commit comments

Comments
 (0)