Skip to content

Commit 0fcf699

Browse files
authored
Update pages.yml
1 parent eb89ce1 commit 0fcf699

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yml

+4-4
Original file line numberDiff line numberDiff 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@v4
5151
- name: Install Node.js dependencies
5252
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5353
- name: Build with Hugo
@@ -61,7 +61,7 @@ jobs:
6161
--minify \
6262
--baseURL "${{ steps.pages.outputs.base_url }}/"
6363
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v1
64+
uses: actions/upload-pages-artifact@v3
6565
with:
6666
path: ./public
6767
- name: Push to GitHub Pages branch
@@ -86,4 +86,4 @@ jobs:
8686
fetch-depth: 0
8787
- name: Deploy to GitHub Pages
8888
id: deployment
89-
uses: actions/deploy-pages@v2
89+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)