Skip to content

Commit d0435a7

Browse files
authored
Merge pull request #21 from epics-containers/dependabot/github_actions/peaceiris/actions-gh-pages-3.9.3
Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3
2 parents d464127 + 481e872 commit d0435a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
4747
# We pin to the SHA, not the tag, for security reasons.
4848
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
49-
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
49+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_dir: .github/pages

0 commit comments

Comments
 (0)