Skip to content

Commit

Permalink
Update aws-actions/configure-aws-credentials action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 5cd8f9c commit 0095588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ runs:
- name: Configure State AWS Credentials
if: env.ACTIONS_ENABLED == 'true'
uses: aws-actions/configure-aws-credentials@v2.2.0
uses: aws-actions/configure-aws-credentials@v4.0.1
with:
aws-region: ${{ inputs.aws-region }}
role-to-assume: ${{ inputs.terraform-state-role }}
Expand Down Expand Up @@ -194,7 +194,7 @@ runs:

- name: Configure AWS Credentials
if: env.ACTIONS_ENABLED == 'true'
uses: aws-actions/configure-aws-credentials@v2.2.0
uses: aws-actions/configure-aws-credentials@v4.0.1
with:
aws-region: ${{ inputs.aws-region }}
role-to-assume: ${{ inputs.terraform-apply-role }}
Expand Down

0 comments on commit 0095588

Please sign in to comment.