Skip to content

Commit 1c1c333

Browse files
committed
feat: use new configure-aws-credentials@v5
1 parent be8ffbf commit 1c1c333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
# as result we got env vars: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN
106106
- name: Login AWS
107107
if: ${{ inputs.aws-login == 'true' }}
108-
uses: aws-actions/configure-aws-credentials@v4
108+
uses: aws-actions/configure-aws-credentials@v5
109109
with:
110110
aws-region: ${{ inputs.aws-region }}
111111
role-to-assume: arn:aws:iam::${{ inputs.aws-account }}:role/${{ inputs.aws-role }}

0 commit comments

Comments
 (0)