Skip to content

Commit f3308b7

Browse files
authored
Bump peaceiris/actions-gh-pages to 3.9.0. (#63)
1 parent e60cd64 commit f3308b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

9292
- name: Publish
9393
# this action uses a token with contents:write, pinning to commit
94-
# 068dc23d9710f1ba62e86896f84735d869951305 == v3.8.0
95-
# https://github.com/peaceiris/actions-gh-pages/releases/tag/v3.8.0
96-
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
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
9797
with:
9898
github_token: ${{ secrets.GH_TOKEN }}
9999
publish_dir: html

0 commit comments

Comments
 (0)