Skip to content

Commit

Permalink
Update action version for hugo (#1400)
Browse files Browse the repository at this point in the history
* update action version for hugo

* Update hugo version to latest
  • Loading branch information
gallacher authored Jan 2, 2025
1 parent b215f9f commit 9c44beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/broken-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "1.23"
hugo-version: 'latest'
extended: true
- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9c44beb

Please sign in to comment.