Skip to content

Commit d08f64a

Browse files
committed
misc: update dependency version
1 parent 2808d9c commit d08f64a

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@v5
108+
uses: aws-actions/configure-aws-credentials@v5.1.0 # TODO: update periodically as it has no floating tags
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)