Skip to content

Commit 91f4afa

Browse files
committed
Update GHA versions
1 parent f0d6c32 commit 91f4afa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/hugo.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.128.0
34+
HUGO_VERSION: 0.142.0
3535
steps:
3636
- name: Install Hugo CLI
3737
run: |
@@ -40,12 +40,12 @@ jobs:
4040
- name: Install Dart Sass
4141
run: sudo snap install dart-sass
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
with:
4545
submodules: recursive
4646
- name: Setup Pages
4747
id: pages
48-
uses: actions/configure-pages@v3
48+
uses: actions/configure-pages@v5
4949
- name: Install Node.js dependencies
5050
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5151
- name: Build with Hugo
@@ -58,7 +58,7 @@ jobs:
5858
--minify \
5959
--baseURL "${{ steps.pages.outputs.base_url }}/"
6060
- name: Upload artifact
61-
uses: actions/upload-pages-artifact@v2
61+
uses: actions/upload-pages-artifact@v3
6262
with:
6363
path: ./public
6464

@@ -72,4 +72,4 @@ jobs:
7272
steps:
7373
- name: Deploy to GitHub Pages
7474
id: deployment
75-
uses: actions/deploy-pages@v2
75+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)