Skip to content

Commit

Permalink
Merge pull request #210 from haskell-nix/dependabot/github_actions/ca…
Browse files Browse the repository at this point in the history
…chix/install-nix-action-20

build(deps): bump cachix/install-nix-action from 18 to 20
  • Loading branch information
domenkozar authored Mar 27, 2023
2 parents b787344 + c6cb15b commit 6b32c7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Cabal-Linux-Remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

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

# Remote: Enabling testsuite, because it requires networking in the default Nix environment.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/On-Release-Cabal-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

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

# Remote: Enabling testsuite, because it requires networking in the default Nix environment.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Optional-Nix-dev-env-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
submodules: recursive
- name: "Install Nix"
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Install Cachix"
Expand Down

0 comments on commit 6b32c7c

Please sign in to comment.