File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 deploy-docs :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 token : ${{ secrets.GITHUB_TOKEN }}
13- - uses : cachix/install-nix-action@v25
13+ - uses : cachix/install-nix-action@v31
1414 with :
1515 nix_path : nixpkgs=channel:nixos-unstable
1616 - run : nix-shell --run "mkdocs gh-deploy --force"
Original file line number Diff line number Diff line change 1414 NIXPKGS_ALLOW_UNFREE : 1
1515
1616 steps :
17- - uses : actions/checkout@v4
18- - uses : cachix/install-nix-action@v25
17+ - uses : actions/checkout@v5
18+ - uses : cachix/install-nix-action@v31
1919 with :
2020 nix_path : nixpkgs=channel:nixos-unstable
2121 - run : nix flake check --impure
Original file line number Diff line number Diff line change 115115 nixfmt-rfc-style = {
116116 enable = true ;
117117 package = pkgs . nixfmt-tree ;
118- entry = "${ pkgs . nixfmt-tree } /bin/treefmt" ;
118+ entry = "${ pkgs . nixfmt-tree } /bin/treefmt --no-cache " ;
119119 } ;
120120 } ;
121121 } ;
You can’t perform that action at this time.
0 commit comments