diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb7d893..69c667d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: ${{ env.HUGO_RELEASE }} extended: true @@ -37,7 +37,7 @@ jobs: - name: Build website with Hugo run: hugo --minify --printI18nWarnings - name: Deploy website with rsync - uses: burnett01/rsync-deployments@5.2 + uses: burnett01/rsync-deployments@7.0.1 with: switches: -avzr --quiet --delete path: public/