Skip to content

Commit 1d49cbe

Browse files
author
marci
committed
Update HUGO_VERSION to 0.148.1 and upgrade configure-pages action to v5
1 parent a30e8ec commit 1d49cbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-site.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
env:
28-
HUGO_VERSION: 0.148.0
28+
HUGO_VERSION: 0.148.1
2929
HUGO_ENVIRONMENT: production
3030
TZ: Europe/Berlin
3131
steps:
@@ -41,7 +41,7 @@ jobs:
4141
submodules: recursive
4242
- name: Setup Pages
4343
id: pages
44-
uses: actions/configure-pages@v4
44+
uses: actions/configure-pages@v5
4545
- name: Install Node.js dependencies
4646
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
4747
- name: Cache Restore

0 commit comments

Comments
 (0)