Skip to content

Commit

Permalink
Update aws-actions/configure-aws-credentials action to v4 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 83ccba7 commit df5029f
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 @@ -169,7 +169,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.2
with:
aws-region: ${{ steps.config.outputs.aws-region }}
role-to-assume: ${{ steps.config.outputs.terraform-state-role }}
Expand Down Expand Up @@ -205,7 +205,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.2
with:
aws-region: ${{ steps.config.outputs.aws-region }}
role-to-assume: ${{ steps.config.outputs.terraform-apply-role }}
Expand Down

0 comments on commit df5029f

Please sign in to comment.