Skip to content

Commit b1497c1

Browse files
Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.3 (#78)
* Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.3 Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.0 to 3.9.3. - [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@de7ea6f...373f7f2) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Add version as comment that gets updated by Dependabot. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de>
1 parent 6ba8586 commit b1497c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/_shared-docs-build-publish-gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ jobs:
9191

9292
- name: Publish
9393
# this action uses a token with contents:write, pinning to commit
94-
# de7ea6f8efb354206b205ef54722213d99067935 == v3.9.0
95-
# https://github.com/peaceiris/actions-gh-pages/releases/tag/v3.9.0
96-
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935
94+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
9795
with:
9896
github_token: ${{ secrets.GH_TOKEN }}
9997
publish_dir: html

0 commit comments

Comments
 (0)