diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e22fad9..3550a90 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,12 +10,12 @@ jobs: runs-on: node-18 steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Tailwind and build run: | npm install - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest' extended: true