Skip to content

Commit b669fb7

Browse files
committed
Bump cachix/install-nix-action from 20 to 22
1 parent 5e0602f commit b669fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/{% if github_actions %}.github{% endif %}/workflows/{% if nix %}nix.yml{% endif %}.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
steps:
37-
- uses: cachix/install-nix-action@v20
37+
- uses: cachix/install-nix-action@v22
3838
with:
3939
nix_path: ${{ env.NIX_CHANNEL }}
4040
install_url: ${{ env.NIX_INSTALL_URL }}
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v3
7171
- name: Install Nix ❄️
72-
uses: cachix/install-nix-action@v20
72+
uses: cachix/install-nix-action@v22
7373
with:
7474
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
7575
nix_path: ${{ env.NIX_CHANNEL }}

0 commit comments

Comments
 (0)