Skip to content

Commit 94b6007

Browse files
committed
ci: pin peaceiris/actions-gh-pages action
Signed-off-by: Noam Gal <[email protected]>
1 parent 59c9442 commit 94b6007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if-no-files-found: error
4747
- name: Publish to GH Pages (when on main)
4848
if: github.repository == 'argoproj/argo-workflows' && github.ref == 'refs/heads/main'
49-
uses: peaceiris/actions-gh-pages@v3
49+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_branch: gh-pages

0 commit comments

Comments
 (0)