Skip to content

Commit 72752f4

Browse files
authored
Merge pull request #195 from haskell-nix/dependabot/github_actions/cachix/install-nix-action-18
build(deps): bump cachix/install-nix-action from 17 to 18
2 parents b652e2c + 070c206 commit 72752f4

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@v17
47+
uses: cachix/install-nix-action@v18
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@v17
46+
uses: cachix/install-nix-action@v18
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@v17
35+
uses: cachix/install-nix-action@v18
3636
with:
3737
nix_path: nixpkgs=channel:nixos-unstable
3838
- name: "Install Cachix"

0 commit comments

Comments
 (0)