File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- run : yarn build
18
18
# check if typescript generation was committed
19
19
- run : git diff --exit-code
20
- - uses : cachix/install-nix-action@v22
20
+ - uses : cachix/install-nix-action@v23
21
21
- name : Test public cache
22
22
uses : ./
23
23
with :
34
34
- uses : actions/checkout@v3
35
35
- run : yarn install --frozen-lockfile
36
36
- run : yarn build
37
- - uses : cachix/install-nix-action@v22
37
+ - uses : cachix/install-nix-action@v23
38
38
- name : Test public cache no signing key
39
39
uses : ./
40
40
with :
51
51
- uses : actions/checkout@v3
52
52
- run : yarn install --frozen-lockfile
53
53
- run : yarn build
54
- - uses : cachix/install-nix-action@v22
54
+ - uses : cachix/install-nix-action@v23
55
55
- name : Test private cache
56
56
uses : ./
57
57
with :
69
69
- uses : actions/checkout@v3
70
70
- run : yarn install --frozen-lockfile
71
71
- run : yarn build
72
- - uses : cachix/install-nix-action@v22
72
+ - uses : cachix/install-nix-action@v23
73
73
- name : Test private cache
74
74
uses : ./
75
75
with :
86
86
steps :
87
87
- uses : actions/checkout@v3
88
88
- name : Install Nix
89
- uses : cachix/install-nix-action@v22
89
+ uses : cachix/install-nix-action@v23
90
90
with :
91
91
nix_path : nixpkgs=channel:nixos-22.11
92
92
install_url : https://nixos-nix-install-tests.cachix.org/serve/kkq45x7yrzvxq8627fi6hkswnfa7mg2l/install
You can’t perform that action at this time.
0 commit comments