Skip to content

Commit 546ef64

Browse files
chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#108)
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 9e1369e commit 546ef64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
./.github/scripts/build-gh-page.sh
6666
6767
- name: 🥅 Deploy to GH-Pages
68-
uses: peaceiris/actions-gh-pages@v3
68+
uses: peaceiris/actions-gh-pages@v4
6969
with:
7070
github_token: ${{ secrets.GITHUB_TOKEN }}
7171
publish_dir: ./public

.github/workflows/cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: node scripts/cleanup-gh-pages.js
2929

3030
- name: 🥅 Deploy to GH-Pages
31-
uses: peaceiris/actions-gh-pages@v3
31+
uses: peaceiris/actions-gh-pages@v4
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_dir: ./public

0 commit comments

Comments
 (0)