Skip to content

Commit 51aa5e1

Browse files
committed
ci(docs): Update configure-aws-credentials v4 to v5
why: Security and feature updates in AWS credentials action what: - Update aws-actions/configure-aws-credentials from v4 to v5 refs: - https://github.com/aws-actions/configure-aws-credentials/releases/tag/v5.0.0 - https://github.com/aws-actions/configure-aws-credentials/blob/v5.1.1/CHANGELOG.md
1 parent 6ef1668 commit 51aa5e1

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
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Configure AWS Credentials
6565
if: env.PUBLISH == 'true'
66-
uses: aws-actions/configure-aws-credentials@v4
66+
uses: aws-actions/configure-aws-credentials@v5
6767
with:
6868
role-to-assume: ${{ secrets.LIBVCS_DOCS_ROLE_ARN }}
6969
aws-region: us-east-1

0 commit comments

Comments
 (0)