mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-28 14:07:53 +03:00
Bump cachix/install-nix-action from 12 to 14.1
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](https://github.com/cachix/install-nix-action/compare/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] <support@github.com>
This commit is contained in:
parent
9f9ea28775
commit
1ba5a73b7b
2
.github/workflows/Cabal-Linux-Remote.yml
vendored
2
.github/workflows/Cabal-Linux-Remote.yml
vendored
@ -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.
|
||||
|
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user