File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ jobs:
3030 runs-on : nixos
3131 steps :
3232 - name : Install Nix
33- uses : cachix/install-nix-action@v30
33+ uses : cachix/install-nix-action@v31
3434 with :
3535 extra_nix_config : |
3636 substituters = https://nix-cache.lowrisc.org/public/ https://cache.nixos.org/
3737 trusted-public-keys = nix-cache.lowrisc.org-public-1:O6JLD0yXzaJDPiQW1meVu32JIDViuaPtGDfjlOopU7o= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040 - name : Build Documentation
4141 run : |
4242 nix build .#sonata-software-documentation
4343 # copy out of /nix/store with all symlinks dereferenced and with default permissions
4444 cp -LR --no-preserve=mode result book
4545 - name : configure
46- uses : actions/configure-pages@v5
46+ uses : actions/configure-pages@v6
4747 - name : upload
48- uses : actions/upload-pages-artifact@v3
48+ uses : actions/upload-pages-artifact@v5
4949 with :
5050 path : ./book/
5151 - name : Deploy to GitHub Pages
5252 id : deployment
53- uses : actions/deploy-pages@v4
53+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments