Skip to content

Commit 5fdc00a

Browse files
chore(deps): update dependency gohugoio/hugo to v0.160.1 (#3031)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gohugoio/hugo](https://redirect.github.com/gohugoio/hugo) | patch | `0.160.0` → `0.160.1` | --- ### Release Notes <details> <summary>gohugoio/hugo (gohugoio/hugo)</summary> ### [`v0.160.1`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.160.1) [Compare Source](https://redirect.github.com/gohugoio/hugo/compare/v0.160.0...v0.160.1) ##### What's Changed - Fix panic when passthrough elements are used in headings [`8b00030`](https://redirect.github.com/gohugoio/hugo/commit/8b00030b) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;14677](https://redirect.github.com/gohugoio/hugo/issues/14677) - Fix panic on edit of legacy mapped template names that's also a valid path in the new setup [`c485516`](https://redirect.github.com/gohugoio/hugo/commit/c4855167) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;14740](https://redirect.github.com/gohugoio/hugo/issues/14740) - Fix RenderShortcodes leaking context markers when indented [`161d0d4`](https://redirect.github.com/gohugoio/hugo/commit/161d0d47) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;12457](https://redirect.github.com/gohugoio/hugo/issues/12457) - Strip nested page context markers from standalone RenderShortcodes [`45e4596`](https://redirect.github.com/gohugoio/hugo/commit/45e45966) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;14732](https://redirect.github.com/gohugoio/hugo/issues/14732) - Rename deprecated cascade.\_target to cascade.target in tests [`58927aa`](https://redirect.github.com/gohugoio/hugo/commit/58927aa1) [@&#8203;bep](https://redirect.github.com/bep) - Fix auto-creation of root sections in multilingual sites [`ce009e3`](https://redirect.github.com/gohugoio/hugo/commit/ce009e3a) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;14681](https://redirect.github.com/gohugoio/hugo/issues/14681) - readme: Fix links [`0755872`](https://redirect.github.com/gohugoio/hugo/commit/07558724) [@&#8203;chicks-net](https://redirect.github.com/chicks-net) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/mcp-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
1 parent 111c896 commit 5fdc00a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_dev_docs_to_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Hugo
5050
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
5151
with:
52-
hugo-version: "0.160.0"
52+
hugo-version: "0.160.1"
5353
extended: true
5454

5555
- name: Setup Node

.github/workflows/deploy_previous_version_docs_to_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Setup Hugo and Node
7777
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
7878
with:
79-
hugo-version: "0.160.0"
79+
hugo-version: "0.160.1"
8080
extended: true
8181
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
8282
with:

.github/workflows/deploy_versioned_docs_to_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Hugo
4444
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
4545
with:
46-
hugo-version: "0.160.0"
46+
hugo-version: "0.160.1"
4747
extended: true
4848

4949
- name: Setup Node

.github/workflows/docs_preview_build_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Hugo
4848
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
4949
with:
50-
hugo-version: "0.160.0"
50+
hugo-version: "0.160.1"
5151
extended: true
5252

5353
- name: Setup Node

0 commit comments

Comments
 (0)