File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Make some space
3131 # TODO: switch back to a release, when https://github.com/wimpysworld/nothing-but-nix/pull/25 is in one
3434 hatchet-protocol : ' carve' # keep npx for cloudflare upload
3535 nix-permission-edict : true # required for nix-quick-install-action
3636
37- - name : Install Nix
38- uses : nixbuild/nix-quick-install-action@v34
39-
40- - uses : nix-community/cache-nix-action@v6
41- with :
42- primary-key : nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
43- restore-prefixes-first-match : nix-${{ runner.os }}-
37+ - uses : cachix/install-nix-action@v31
38+ - uses : DeterminateSystems/magic-nix-cache-action@v13
4439
4540 - name : Update inputs
4641 if : github.event_name == 'schedule'
7166 steps :
7267 - name : Deploy to GitHub Pages
7368 id : deployment
74- uses : actions/deploy-pages@v4
69+ uses : actions/deploy-pages@v5
7570 if : ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
Original file line number Diff line number Diff line change 1212 post-compare-link :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 - uses : NuschtOS/flake-lock-compare-action@main
Original file line number Diff line number Diff line change 1313 if : github.repository != 'NuschtOS/template'
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 token : ${{ secrets.GH_TOKEN_FOR_UPDATES }}
1919 - uses : AndreasAugustin/actions-template-sync@v2
Original file line number Diff line number Diff line change 3232 inputs = {
3333 flake-compat . follows = "" ;
3434 nixpkgs . follows = "nixpkgs" ;
35+ treefmt-nix . inputs . nixpkgs . follows = "nixpkgs" ;
3536 } ;
3637 } ;
3738 disko = {
You can’t perform that action at this time.
0 commit comments