File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,12 @@ jobs:
4141 - name : Install Dart Sass
4242 run : sudo snap install dart-sass
4343 - name : Checkout
44- uses : actions/checkout@v3
44+ uses : actions/checkout@v5
4545 with :
46- submodules : recursive
4746 fetch-depth : 0
4847 - name : Setup Pages
4948 id : pages
50- uses : actions/configure-pages@v3
49+ uses : actions/configure-pages@v5
5150 - name : Install Node.js dependencies
5251 run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5352 - name : Build with Hugo
6261 --minify \
6362 --baseURL "${{ steps.pages.outputs.base_url }}/"
6463 - name : Upload artifact
65- uses : actions/upload-pages-artifact@v1
64+ uses : actions/upload-pages-artifact@v4
6665 with :
6766 path : ./public
6867
7675 steps :
7776 - name : Deploy to GitHub Pages
7877 id : deployment
79- uses : actions/deploy-pages@v2
78+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments