File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424 - name : Setup git lfs
2525 uses : ./.github/actions/setup-git-lfs
26- - uses : cachix/install-nix-action@v25
26+ - uses : cachix/install-nix-action@v26
2727 with :
2828 install_url : https://releases.nixos.org/nix/nix-2.13.3/install
2929 extra_nix_config : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : cachix/install-nix-action@v25
12+ - uses : cachix/install-nix-action@v26
1313 with :
1414 extra_nix_config : |
1515 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@v4
33- - uses : cachix/install-nix-action@v25
33+ - uses : cachix/install-nix-action@v26
3434 with :
3535 nix_path : nixpkgs=channel:nixos-unstable
3636 extra_nix_config : |
You can’t perform that action at this time.
0 commit comments