Skip to content

Commit 3b7c314

Browse files
build(deps): bump cachix/install-nix-action from 20 to 22
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v20...v22) --- 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]>
1 parent 6b32c7c commit 3b7c314

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

0 commit comments

Comments
 (0)