Skip to content

Commit

Permalink
feat: upgrade v4 to Hugo v0.125.7 - GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine committed Jun 16, 2024
1 parent 6c23ecc commit 47000d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-theme-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.125.7'
extended: true

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.125.7'
extended: true

- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-demo-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.125.7'
extended: true

- name: Run tests
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.125.7'
extended: true

- name: Create new demo site
Expand Down

0 comments on commit 47000d1

Please sign in to comment.