Skip to content

Commit

Permalink
ci: bump peaceiris/actions-hugo from v2 to v2.4.12 (#168)
Browse files Browse the repository at this point in the history
Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from v2 to v2.4.12.
- [Release notes](https://github.com/peaceiris/actions-hugo/releases)
- [Changelog](https://github.com/peaceiris/actions-hugo/blob/master/CHANGELOG.md)
- [Commits](peaceiris/actions-hugo@v2...6fca5e4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2020
1 parent d650fd3 commit d7429ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "::set-output name=hugo_version::${HUGO_VERSION}"
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v2.4.12
with:
hugo-version: "${{ steps.hugo_version.outputs.hugo_version }}"
extended: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "::set-output name=hugo_version::${HUGO_VERSION}"
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v2.4.12
with:
hugo-version: "${{ steps.hugo_version.outputs.hugo_version }}"
extended: true
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
echo "::set-output name=hugo_version::${HUGO_VERSION}"
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v2.4.12
with:
hugo-version: "${{ steps.hugo_version.outputs.hugo_version }}"
extended: true
Expand Down

0 comments on commit d7429ab

Please sign in to comment.