Skip to content

Commit

Permalink
Upgrade Hugo and PageFind in CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantele committed Jan 14, 2025
1 parent 143cd1b commit 73bf88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-hugo/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
hugo_version:
description: 'Version of Hugo to download'
required: false
default: '0.135.0'
default: '0.140.2'
runs:
using: 'composite'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-pagefind/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
pagefind_version:
description: 'Version of PageFind to download'
required: false
default: '1.1.1'
default: '1.3.0'
runs:
using: 'composite'
steps:
Expand Down

0 comments on commit 73bf88b

Please sign in to comment.