Skip to content

Commit cd3525c

Browse files
committed
ci(publish-docs): Pin s3 sync
1 parent 49df743 commit cd3525c

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
@@ -93,7 +93,7 @@ jobs:
9393
pushd docs; make SPHINXBUILD='poetry run sphinx-build' html; popd
9494
9595
- name: Push documentation to S3
96-
uses: jakejarvis/s3-sync-action@master
96+
uses: jakejarvis/s3-sync-action@v0.5.1
9797
with:
9898
args: --acl public-read --follow-symlinks --delete
9999
env:

0 commit comments

Comments
 (0)