From 44c9d08535568b2f2366f9a93a81fae4e822c8b0 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Wed, 16 Oct 2024 16:39:57 +0200 Subject: [PATCH] Update actions in deployment CI --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/