File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ${{ matrix.platform }}
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : cachix/install-nix-action@v22
14
+ - uses : cachix/install-nix-action@v27
15
15
with :
16
16
install_url : " https://releases.nixos.org/nix/nix-2.17.1/install"
17
17
nix_path : nixpkgs=channel:nixos-unstable
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
runs-on : ${{ matrix.platform }}
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : cachix/install-nix-action@v22
14
+ - uses : cachix/install-nix-action@v27
15
15
with :
16
- install_url : " https://releases.nixos.org/nix/nix-2.17.1/install"
17
- nix_path : nixpkgs=channel:nixos-unstable
18
- - uses : cachix/cachix-action@v13
16
+ install_url : " https://releases.nixos.org/nix/nix-2.17.1/install"
17
+ nix_path : nixpkgs=channel:nixos-unstable
18
+ - uses : cachix/cachix-action@v15
19
19
with :
20
20
name : eigenvalue
21
21
signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
You can’t perform that action at this time.
0 commit comments