From 1dcbb3ffa17056a489a37ea5ee1828a3e38f234c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:58:37 +0700 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages action to v4 (#734) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 4e5528f7a0..c08b44d19f 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -43,7 +43,7 @@ jobs: - name: Publish test report id: deploy-allure-report-page if: steps.allure-report.outcome == 'success' # make sure the allure report is generated successfully - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages