Skip to content

Commit c2c1a6e

Browse files
authored
Merge pull request #215 from haskell-nix/dependabot/github_actions/cachix/install-nix-action-22
build(deps): bump cachix/install-nix-action from 20 to 22
2 parents 883bea6 + 3b7c314 commit c2c1a6e

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)