Skip to content

Commit 6b32c7c

Browse files
authored
Merge pull request #210 from haskell-nix/dependabot/github_actions/cachix/install-nix-action-20
build(deps): bump cachix/install-nix-action from 18 to 20
2 parents b787344 + c6cb15b commit 6b32c7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Cabal-Linux-Remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Still required for Remote
4646
- name: "Install Nix"
47-
uses: cachix/install-nix-action@v18
47+
uses: cachix/install-nix-action@v20
4848
if: matrix.packageRoot == 'hnix-store-remote'
4949

5050
# Remote: Enabling testsuite, because it requires networking in the default Nix environment.

.github/workflows/On-Release-Cabal-Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Still required for Remote
4545
- name: "Install Nix"
46-
uses: cachix/install-nix-action@v18
46+
uses: cachix/install-nix-action@v20
4747
if: matrix.packageRoot == 'hnix-store-remote'
4848

4949
# Remote: Enabling testsuite, because it requires networking in the default Nix environment.

.github/workflows/Optional-Nix-dev-env-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
submodules: recursive
3434
- name: "Install Nix"
35-
uses: cachix/install-nix-action@v18
35+
uses: cachix/install-nix-action@v20
3636
with:
3737
nix_path: nixpkgs=channel:nixos-unstable
3838
- name: "Install Cachix"

0 commit comments

Comments
 (0)