Skip to content

Commit

Permalink
chore(deps): update peaceiris/actions-hugo action to v3 (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-coveooss[bot] <143504162+renovate-coveooss[bot]@users.noreply.github.com>
  • Loading branch information
renovate-coveooss[bot] authored Sep 27, 2024
1 parent 6395364 commit edee846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Setup Hugo
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-hugo@c03b5dbed22245418539b65eb9a3b1d5fdd9a0a6 # v2
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
with:
hugo-version: "0.82.0"
extended: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: make test-all

- name: Setup Hugo
uses: peaceiris/actions-hugo@c03b5dbed22245418539b65eb9a3b1d5fdd9a0a6 # v2
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
with:
hugo-version: "0.82.0"
extended: true
Expand Down

0 comments on commit edee846

Please sign in to comment.