mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
build: update action to v3
This commit is contained in:
parent
c2ca899142
commit
872c480495
1 changed files with 1 additions and 1 deletions
2
.github/actions/build_site/action.yaml
vendored
2
.github/actions/build_site/action.yaml
vendored
|
@ -4,7 +4,7 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: 'latest'
|
||||
|
||||
|
|
Loading…
Reference in a new issue