Skip to content

Commit d7dec26

Browse files
committed
👷 ci(workflow): update Hugo action to use latest version
- change hugo-version from specific version to 'latest' for automatic updates
1 parent 90b37fe commit d7dec26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
uses: peaceiris/actions-hugo@v3
384384
with:
385385
extended: true
386-
hugo-version: 'v0.147.9'
386+
hugo-version: 'latest'
387387
- name: Build
388388
run: |
389389
$environment = "${{ needs.Setup.outputs.nkdAgility_Ring }}".ToLower()

0 commit comments

Comments
 (0)