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 2121 - uses : actions/checkout@v3
2222 - name : Setup git lfs
2323 uses : ./.github/actions/setup-git-lfs
24- - uses : cachix/install-nix-action@v22
24+ - uses : cachix/install-nix-action@v25
2525 with :
2626 install_url : https://releases.nixos.org/nix/nix-2.13.3/install
2727 extra_nix_config : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
12- - uses : cachix/install-nix-action@v22
12+ - uses : cachix/install-nix-action@v25
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@v3
33- - uses : cachix/install-nix-action@v22
33+ - uses : cachix/install-nix-action@v25
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