updated ci
All checks were successful
Build / build (push) Successful in 27m34s

This commit is contained in:
2025-12-18 14:35:51 +09:00
parent 6b234c229e
commit 730affb0b0

View File

@@ -14,7 +14,7 @@ jobs:
run: apt update && apt install -y rsync
- uses: actions/setup-node@v4
with:
node-version: 23
node-version: 'latest'
- uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -22,9 +22,9 @@ jobs:
with:
go-version: '^1.23'
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2
uses: https://github.com/peaceiris/actions-hugo@v3
with:
hugo-version: "latest"
hugo-version: "0.147.9"
extended: true
- name: Setup Hugo modules
run: hugo mod get -u