From 14dfd9f30d41c5b1905593998ef521371b3a516e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:46:54 +0700 Subject: [PATCH] Bump peaceiris/actions-gh-pages from 2 to 3 (#3982) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93d5618744..7b47fb377e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -215,7 +215,7 @@ jobs: path: ./allure-report/ - name: Deploy report to Github Pages if: ${{ github.ref == 'refs/heads/main' }} - uses: peaceiris/actions-gh-pages@v2 + uses: peaceiris/actions-gh-pages@v3 env: PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }} PUBLISH_BRANCH: gh-pages