Skip to content

Commit f493e2e

Browse files
build(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#2497)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [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...v4) --- 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 b864106 commit f493e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/03-deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
./.github/scripts/build-gh-page.sh
7676
7777
- name: 🥅 Deploy to GH-Pages
78-
uses: peaceiris/actions-gh-pages@v3
78+
uses: peaceiris/actions-gh-pages@v4
7979
with:
8080
github_token: ${{ secrets.GITHUB_TOKEN }}
8181
publish_dir: ./public

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
return await script({github, context})
3333
3434
- name: 🥅 Deploy to GH-Pages
35-
uses: peaceiris/actions-gh-pages@v3
35+
uses: peaceiris/actions-gh-pages@v4
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./public

0 commit comments

Comments
 (0)