Skip to content

Commit 070c206

Browse files
build(deps): bump cachix/install-nix-action from 17 to 18
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v17...v18) --- 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 f4580e9 commit 070c206

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)