Skip to content

Commit f8413ce

Browse files
build(deps): 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 b41d557 commit f8413ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Build docs
134134
run: cargo doc
135135
- name: Deploy
136-
uses: peaceiris/actions-gh-pages@v3
136+
uses: peaceiris/actions-gh-pages@v4
137137
if: ${{ github.ref == 'refs/heads/master' }}
138138
with:
139139
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)