File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
16- - uses : cachix/install-nix-action@v30
16+ - uses : cachix/install-nix-action@v31
1717 - run : nix --experimental-features 'nix-command flakes' flake show --all-systems --json
1818
1919 tests :
3434 - uses : actions/checkout@v4
3535 with :
3636 fetch-depth : 0
37- - uses : cachix/install-nix-action@v30
37+ - uses : cachix/install-nix-action@v31
3838 with :
3939 # The sandbox would otherwise be disabled by default on Darwin
4040 extra_nix_config : |
7777 - name : Serving installer
7878 id : serving_installer
7979 run : ./scripts/serve-installer-for-github-actions
80- - uses : cachix/install-nix-action@v30
80+ - uses : cachix/install-nix-action@v31
8181 with :
8282 install_url : ' http://localhost:8126/install'
8383 install_options : " --tarball-url-prefix http://localhost:8126/"
@@ -131,7 +131,7 @@ jobs:
131131 - uses : actions/checkout@v4
132132 with :
133133 fetch-depth : 0
134- - uses : cachix/install-nix-action@v30
134+ - uses : cachix/install-nix-action@v31
135135 with :
136136 install_url : https://releases.nixos.org/nix/nix-2.20.3/install
137137 - uses : DeterminateSystems/magic-nix-cache-action@main
You can’t perform that action at this time.
0 commit comments