File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v4
4141
4242 - name : Install dependencies
4343 run : apk add make
Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323 url : ${{ steps.deployment.outputs.page_url }}
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - name : Setup Pages
28- uses : actions/configure-pages@v1
28+ uses : actions/configure-pages@v5
2929 - name : Render Website
3030 run : |
3131 make -B website \
3232 PANDOC="docker run --rm --volume $(pwd):/data \
3333 --user $(id -u):$(id -g) pandoc/core:latest"
3434 - name : Upload artifact
35- uses : actions/upload-pages-artifact@v1
35+ uses : actions/upload-pages-artifact@v3
3636 with :
3737 path : ' _site'
3838 - name : Deploy to GitHub Pages
You can’t perform that action at this time.
0 commit comments