Skip to content

Commit 903ae56

Browse files
dependabot[bot]praveenkumar
authored andcommitted
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 de1ebb9 commit 903ae56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check links in docs
2121
run: CONTAINER_RUNTIME=docker make docs_check_links
2222
- name: Deploy
23-
uses: peaceiris/actions-gh-pages@v3
23+
uses: peaceiris/actions-gh-pages@v4
2424
if: github.ref == 'refs/heads/main'
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)