File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - run : yarn build
1818 # check if typescript generation was committed
1919 - run : git diff --exit-code
20- - uses : cachix/install-nix-action@v16
20+ - uses : cachix/install-nix-action@v17
2121 - name : Test public cache
2222 uses : ./
2323 with :
3434 - uses : actions/checkout@v3
3535 - run : yarn install --frozen-lockfile
3636 - run : yarn build
37- - uses : cachix/install-nix-action@v16
37+ - uses : cachix/install-nix-action@v17
3838 - name : Test public cache no signing key
3939 uses : ./
4040 with :
5151 - uses : actions/checkout@v3
5252 - run : yarn install --frozen-lockfile
5353 - run : yarn build
54- - uses : cachix/install-nix-action@v16
54+ - uses : cachix/install-nix-action@v17
5555 - name : Test private cache
5656 uses : ./
5757 with :
6969 - uses : actions/checkout@v3
7070 - run : yarn install --frozen-lockfile
7171 - run : yarn build
72- - uses : cachix/install-nix-action@v16
72+ - uses : cachix/install-nix-action@v17
7373 - name : Test private cache
7474 uses : ./
7575 with :
8686 steps :
8787 - uses : actions/checkout@v3
8888 - name : Install Nix
89- uses : cachix/install-nix-action@v16
89+ uses : cachix/install-nix-action@v17
9090 with :
9191 nix_path : nixpkgs=channel:nixos-21.05
9292 install_url : https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
You can’t perform that action at this time.
0 commit comments