Skip to content

Commit 0f186ec

Browse files
committed
[site] Bump github actions
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent 86c517f commit 0f186ec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/site.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)