Skip to content

Commit 9420833

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 759dd5b commit 9420833

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
@@ -230,7 +230,7 @@ jobs:
230230
cd scoop
231231
$template -f $version,$file,$sha256>plc.json
232232
- name: Deploy
233-
uses: peaceiris/actions-gh-pages@v3
233+
uses: peaceiris/actions-gh-pages@v4
234234
if: ${{ matrix.config.os == 'windows-latest' }}
235235
with:
236236
personal_token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)