From de8d3cb6302f684959c942551890937eec9fea6c Mon Sep 17 00:00:00 2001 From: ciscoo Date: Sun, 28 Apr 2024 17:12:53 -0500 Subject: [PATCH] Upgrade actions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d253a71..3a448dd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: shell: bash steps: - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: latest - name: Checkout @@ -21,7 +21,7 @@ jobs: - name: Build run: hugo --minify - name: GitHub Pages Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public