File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 runs-on : ubuntu-latest
3535 steps :
3636 - uses : actions/checkout@v4
37- - uses : cachix/install-nix-action@v27
37+ - uses : cachix/install-nix-action@v31
3838 with :
3939 nix_path : nixpkgs=channel:nixos-unstable
4040 - run : nix-build
5252 runs-on : ubuntu-latest
5353 steps :
5454 - uses : actions/checkout@v4
55- - uses : cachix/install-nix-action@v27
55+ - uses : cachix/install-nix-action@v31
5656 with :
5757 github_access_token : ${{ secrets.GITHUB_TOKEN }}
5858 - run : nix build
@@ -146,7 +146,7 @@ Otherwise, you can add any binary cache to nix.conf using
146146install-nix-action's own ` extra_nix_config ` input:
147147
148148``` yaml
149- - uses : cachix/install-nix-action@v27
149+ - uses : cachix/install-nix-action@v31
150150 with :
151151 extra_nix_config : |
152152 trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
You can’t perform that action at this time.
0 commit comments