Skip to content

Commit ea818ed

Browse files
authored
Update hugo.yml
1 parent d2fd3ca commit ea818ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.148.1
34+
HUGO_VERSION: 0.161.1
3535
steps:
3636
- name: Install Hugo CLI
3737
run: |
3838
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
3939
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
4040
- name: Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242
with:
4343
submodules: recursive
4444
- name: Setup Pages
4545
id: pages
46-
uses: actions/configure-pages@v5
46+
uses: actions/configure-pages@v6
4747
- name: Install Node.js dependencies
4848
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
4949
- name: Build with Hugo
@@ -56,7 +56,7 @@ jobs:
5656
--gc \
5757
--baseURL "${{ steps.pages.outputs.base_url }}/"
5858
- name: Upload artifact
59-
uses: actions/upload-pages-artifact@v3
59+
uses: actions/upload-pages-artifact@v5
6060
with:
6161
path: ./public
6262

0 commit comments

Comments
 (0)