Skip to content

Commit f996a67

Browse files
⬆️ Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
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] <support@github.com>
1 parent 2592b90 commit f996a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
command: "site"
6363
env:
6464
GH_PAT: ${{ secrets.GH_PAT || github.token }}
65-
- uses: peaceiris/actions-gh-pages@v3.7.3
65+
- uses: peaceiris/actions-gh-pages@v4.0.0
6666
name: GitHub Pages Deploy
6767
with:
6868
github_token: ${{ secrets.GH_PAT || github.token }}

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
command: "site"
3939
env:
4040
GH_PAT: ${{ secrets.GH_PAT || github.token }}
41-
- uses: peaceiris/actions-gh-pages@v3.7.3
41+
- uses: peaceiris/actions-gh-pages@v4.0.0
4242
name: GitHub Pages Deploy
4343
with:
4444
github_token: ${{ secrets.GH_PAT || github.token }}

0 commit comments

Comments
 (0)