Skip to content

Commit

Permalink
Bump peaceiris/actions-hugo from 2 to 3 (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tedman <dbtedman@gmail.com>
  • Loading branch information
dependabot[bot] and dbtedman committed May 6, 2024
1 parent 97629da commit b10ce42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- uses: "peaceiris/actions-hugo@v2"
- uses: "peaceiris/actions-hugo@v3"
with:
hugo-version: "0.105.0"
extended: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- uses: "peaceiris/actions-hugo@v2"
- uses: "peaceiris/actions-hugo@v3"
with:
hugo-version: "0.105.0"
extended: true
Expand Down

0 comments on commit b10ce42

Please sign in to comment.