Skip to content

Commit 4d29bf4

Browse files
Update aws-actions/configure-aws-credentials action to v5
1 parent 03597ba commit 4d29bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm run build
2626

2727
- name: Configure AWS credentials
28-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
28+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
2929
with:
3030
role-to-assume: ${{ secrets.DOCS_AWS_IAM_ROLE }}
3131
aws-region: ${{ secrets.DOCS_AWS_REGION }}

0 commit comments

Comments
 (0)