We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f35bf commit a2ea431Copy full SHA for a2ea431
2 files changed
.github/update-hugo.md
@@ -5,7 +5,6 @@ This is an automated PR to update Hugo from v${CURRENT_VERSION} to v${LATEST_VER
5
### Changes
6
7
- Hugo version updated from ${CURRENT_VERSION} to ${LATEST_VERSION}
8
-${GO_UPDATE_NOTE}
9
10
### Hugo release notes
11
.github/workflows/update-hugo.yml
@@ -20,7 +20,6 @@ jobs:
20
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21
with:
22
persist-credentials: false
23
- - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
24
- name: Check for new Hugo release, and apply updates
25
id: check-hugo-release
26
env:
0 commit comments