Skip to content

Commit 51b4a97

Browse files
authored
Update reusable-hugo-workflow.yml
1 parent 9fa2099 commit 51b4a97

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/reusable-hugo-workflow.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
hugo_version:
77
type: string
8-
default: '0.143.0'
8+
default: '0.149.0'
99
required: false
1010
base_url:
1111
type: string
@@ -26,9 +26,7 @@ jobs:
2626

2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4
29-
with:
30-
version: '10.17.1'
31-
29+
3230
- name: Set up Node.js
3331
uses: actions/setup-node@v4
3432
with:

0 commit comments

Comments
 (0)