From 730affb0b058878489c8bfa04caf8e02ae00d602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Thu, 18 Dec 2025 14:35:51 +0900 Subject: [PATCH] updated ci --- .gitea/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 13c8f7b..6e96493 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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