Skip to content

Commit 3aa154c

Browse files
chore(deps): bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#1649)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ruben Fonseca <fonseka@gmail.com>
1 parent 557a700 commit 3aa154c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_publish_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
poetry run mike set-default --push latest
6666
# Maintenance: Migrate to new gh-pages action
6767
- name: Release API docs
68-
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
68+
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 # v3.9.0
6969
env:
7070
VERSION: ${{ inputs.version }}
7171
with:
@@ -75,7 +75,7 @@ jobs:
7575
destination_dir: ${{ env.VERSION }}/api
7676
- name: Release API docs to latest
7777
if: ${{ inputs.alias == 'latest' }}
78-
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
78+
uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935 # v3.9.0
7979
with:
8080
github_token: ${{ secrets.GITHUB_TOKEN }}
8181
publish_dir: ./api

0 commit comments

Comments
 (0)