Skip to content

Commit fc93113

Browse files
Update aws-actions/configure-aws-credentials action to v5
1 parent 90f763d commit fc93113

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@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
28+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5
2929
with:
3030
role-to-assume: ${{ secrets.DOCS_AWS_IAM_ROLE }}
3131
aws-region: ${{ secrets.DOCS_AWS_REGION }}

0 commit comments

Comments
 (0)