File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ 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@v4
4545 with :
4646 submodules : recursive
4747 fetch-depth : 0
4848 - name : Setup Pages
4949 id : pages
50- uses : actions/configure-pages@v3
50+ uses : actions/configure-pages@v5
5151 - name : Install Node.js dependencies
5252 run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5353 - name : Build with Hugo
6363 --minify \
6464 --baseURL "${{ steps.pages.outputs.base_url }}/"'
6565 - name : Upload artifact
66- uses : actions/upload-pages-artifact@v1
66+ uses : actions/upload-pages-artifact@v3.0.1
6767 with :
6868 path : ./public
6969
7777 steps :
7878 - name : Deploy to GitHub Pages
7979 id : deployment
80- uses : actions/deploy-pages@v2
80+ uses : actions/deploy-pages@v4.0.5
You can’t perform that action at this time.
0 commit comments