From b8e2442f1eb1578d36aee5f00c36ec0cf47a80cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Thu, 28 Nov 2024 21:05:46 +0100 Subject: [PATCH] upgrade github-pages-deploy-action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hervé Boutemy --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bcc38467..7f19d282 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,8 +18,8 @@ jobs: run: mvn --no-transfer-progress verify site - name: Deploy documentation if: ${{ github.ref == 'refs/heads/master' }} - uses: JamesIves/github-pages-deploy-action@releases/v3 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages - FOLDER: target/site \ No newline at end of file + FOLDER: target/site