Skip to content

Commit

Permalink
chore: bumps configure-aws-credentials version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 12, 2023
1 parent fb925e0 commit 5444e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
with:
version: ${{ inputs.cli_version }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
if: ${{ inputs.aws_region != '' && inputs.aws_role_arn != '' }}
with:
role-to-assume: ${{ inputs.aws_role_arn }}
Expand Down

0 comments on commit 5444e54

Please sign in to comment.