Skip to content

Commit a9cc33f

Browse files
dependabot[bot]vbehar
authored andcommitted
chore(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 f46ecc8 commit a9cc33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
VERSION: ${{ steps.tag.outputs.TAG }}
6666
- name: Publish generated docs
67-
uses: peaceiris/actions-gh-pages@v3
67+
uses: peaceiris/actions-gh-pages@v4
6868
with:
6969
github_token: ${{ secrets.GITHUB_TOKEN }}
7070
publish_dir: ./dist/docs

0 commit comments

Comments
 (0)