From 43a1758c332f0e973e327c013a8ea23cf79cb013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 04:32:06 +0000 Subject: [PATCH] chore(deps): bump peaceiris/actions-gh-pages from 2.5.0 to 3.8.0 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 2.5.0 to 3.8.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v2.5.0...v3.8.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index dc08efb64d51..c4443f99e3c4 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -39,7 +39,7 @@ jobs: name: docs path: site if-no-files-found: error - - uses: peaceiris/actions-gh-pages@v2.9.0 + - uses: peaceiris/actions-gh-pages@v3.8.0 if: github.repository == 'argoproj/argo-workflows' && github.ref == 'refs/heads/master' env: PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}