File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
# The step is only used to build docs while pushing a PR to "master"
147
147
- name : Deploy docs
148
148
if : env.GH_EVENT_PUSH_UPSTREAM
149
- uses : peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
149
+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
150
150
with :
151
151
github_token : ${{ secrets.GITHUB_TOKEN }}
152
152
publish_dir : ${{ env.PUBLISH_DIR }}
@@ -159,7 +159,7 @@ jobs:
159
159
# The step is only used to build docs while pushing to PR branch
160
160
- name : Publish pull-request docs
161
161
if : env.GH_EVENT_OPEN_PR_UPSTREAM
162
- uses : peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
162
+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
163
163
with :
164
164
github_token : ${{ secrets.GITHUB_TOKEN }}
165
165
publish_dir : ${{ env.PUBLISH_DIR }}
You can’t perform that action at this time.
0 commit comments