Skip to content

Commit 2c4b321

Browse files
Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#5617)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.3 to 4.0.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3.9.3...v4.0.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 755616f commit 2c4b321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
rm website/build/artifact.tar
9090
cp .asf.yaml ./website/build/.asf.yaml
9191
- name: Deploy to gh-pages
92-
uses: peaceiris/actions-gh-pages@v3.9.3
92+
uses: peaceiris/actions-gh-pages@v4.0.0
9393
if: github.event_name == 'push' && github.ref_name == 'master'
9494
with:
9595
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)