Skip to content

Commit

Permalink
Upgrade to aws-actions/configure-aws-credentials@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcblair committed Feb 14, 2024
1 parent 68718e8 commit 9dd626c
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 9dd626c

Please sign in to comment.