Skip to content

Commit

Permalink
Bump cachix/install-nix-action 21 -> 25
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Feb 2, 2024
1 parent 46016e3 commit 71d545d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
allow-fail: [false]
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v21
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
- uses: Swatinem/[email protected]
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
allow-fail: true
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v21
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
- name: Test in nix develop
Expand All @@ -65,7 +65,7 @@ jobs:
allow-fail: [false]
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v21
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.05
- name: Test in nix-shell
Expand Down

0 comments on commit 71d545d

Please sign in to comment.