Skip to content

Commit f6a9e1c

Browse files
authored
Merge branch 'main' into fix-temp-file
2 parents e6258af + 5fdc00a commit f6a9e1c

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)