Skip to content

Commit

Permalink
Bump cachix/install-nix-action from 12 to 14.1
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 12 to 14.1.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v12...v14.1)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2021
1 parent 9f9ea28 commit 9f077f8
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@v12
uses: cachix/install-nix-action@v14.1
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@v12
uses: cachix/install-nix-action@v14.1
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@v12
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Install Cachix"
Expand Down

0 comments on commit 9f077f8

Please sign in to comment.