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 1111 - name : Checkout repository
1212 uses : actions/checkout@v4
1313 - name : Install Nix
14- uses : cachix/install-nix-action@v24
14+ uses : cachix/install-nix-action@v26
1515 with :
1616 extra_nix_config : |
1717 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3232 runs-on : ${{ matrix.os }}
3333 steps :
3434 - uses : actions/checkout@v4
35- - uses : cachix/install-nix-action@v24
35+ - uses : cachix/install-nix-action@v26
3636 with :
3737 nix_path : nixpkgs=./docs/nixpkgs.nix
3838 - uses : ./.github/actions/configure_bazelrc
7979 runs-on : ${{ matrix.os }}
8080 steps :
8181 - uses : actions/checkout@v4
82- - uses : cachix/install-nix-action@v24
82+ - uses : cachix/install-nix-action@v26
8383 with :
8484 nix_path : nixpkgs=./nixpkgs.nix
8585 - uses : ./.github/actions/configure_bazelrc
You can’t perform that action at this time.
0 commit comments