Skip to content

Commit 9462420

Browse files
chore(ci): bump peaceiris/actions-gh-pages from 3 to 4
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]>
1 parent 160cdb1 commit 9462420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/download-artifact@v3
5555
with:
5656
name: book
57-
- uses: peaceiris/actions-gh-pages@v3
57+
- uses: peaceiris/actions-gh-pages@v4
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
publish_dir: .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
cd scoop
242242
$template -f $version,$file,$sha256>plc.json
243243
- name: Deploy
244-
uses: peaceiris/actions-gh-pages@v3
244+
uses: peaceiris/actions-gh-pages@v4
245245
if: ${{ matrix.config.os == 'windows-latest' }}
246246
with:
247247
personal_token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)