From 7ad7368e6065bc12a18254a456e670132c8e8715 Mon Sep 17 00:00:00 2001 From: ditatompel Date: Sat, 24 Feb 2024 02:45:30 +0700 Subject: [PATCH] ci: Update workflow --- .github/workflows/deploy-to-vps.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-to-vps.yaml b/.github/workflows/deploy-to-vps.yaml index 07daab4..e7e9de6 100644 --- a/.github/workflows/deploy-to-vps.yaml +++ b/.github/workflows/deploy-to-vps.yaml @@ -21,10 +21,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "20" @@ -42,7 +42,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: "latest" + hugo-version: "0.122.0" extended: true - name: Cache Hugo modules