Skip to content

Commit

Permalink
Merge pull request #7 from sethforprivacy/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…eaceiris/actions-hugo-3

Bump peaceiris/actions-hugo from 2 to 3
  • Loading branch information
sethforprivacy authored May 18, 2024
2 parents f5da4e4 + a75624b commit 5037f41
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-site-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
extended: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-site-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
extended: true
Expand Down

0 comments on commit 5037f41

Please sign in to comment.