Skip to content

Commit 6e829ce

Browse files
chore(deps): pin peaceiris/actions-gh-pages action to (#5642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5a6f57 commit 6e829ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
6363

6464
- name: Deploy to GitHub Pages
65-
uses: peaceiris/[email protected]
65+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
6666
if: ${{ github.ref == 'refs/heads/main' }}
6767
with:
6868
github_token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)