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 1111 runs-on : ${{ matrix.platform }}
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : cachix/install-nix-action@v22
14+ - uses : cachix/install-nix-action@v27
1515 with :
1616 install_url : " https://releases.nixos.org/nix/nix-2.17.1/install"
1717 nix_path : nixpkgs=channel:nixos-unstable
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ${{ matrix.platform }}
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : cachix/install-nix-action@v22
14+ - uses : cachix/install-nix-action@v27
1515 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
1919 with :
2020 name : eigenvalue
2121 signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
You can’t perform that action at this time.
0 commit comments