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