Skip to content

Commit

Permalink
Merge pull request #3 from mcblair/upgrade-configure-aws-credentials-v4
Browse files Browse the repository at this point in the history
Upgrade to `aws-actions/configure-aws-credentials@v4`.
  • Loading branch information
mcblair authored Feb 14, 2024
2 parents 68718e8 + 9dd626c commit aa7e23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
using: "composite"
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.role-arn }}
aws-region: ${{ inputs.region }}
Expand Down

0 comments on commit aa7e23b

Please sign in to comment.