Skip to content

Commit 0567907

Browse files
A0-3952: Bump the all-github-actions group with 2 updates (#437)
Bumps the all-github-actions group with 2 updates: [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) and [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages). Updates `peaceiris/actions-mdbook` from 1 to 2 - [Release notes](https://github.com/peaceiris/actions-mdbook/releases) - [Changelog](https://github.com/peaceiris/actions-mdbook/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-mdbook@v1...v2) Updates `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-mdbook dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fdd7089 commit 0567907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup mdBook
17-
uses: peaceiris/actions-mdbook@v1
17+
uses: peaceiris/actions-mdbook@v2
1818
with:
1919
mdbook-version: '0.4.8'
2020
- name: Build the book
2121
working-directory: ./docs
2222
run: mdbook build
2323
- name: Deploy
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v4
2525
if: github.ref == 'refs/heads/main'
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)