Skip to content

Commit 5eacd9c

Browse files
committed
ci(publish-docs): Pin s3 sync
1 parent c02f20f commit 5eacd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
pushd docs; make SPHINXBUILD='poetry run sphinx-build' html; popd
106106
107107
- name: Push documentation to S3
108-
uses: jakejarvis/s3-sync-action@master
108+
uses: jakejarvis/s3-sync-action@v0.5.1
109109
if: env.PUBLISH == 'true'
110110
with:
111111
args: --acl public-read --follow-symlinks --delete

0 commit comments

Comments
 (0)