Skip to content

Commit

Permalink
deps: Bump aws-actions/configure-aws-credentials in /.github/workflows (
Browse files Browse the repository at this point in the history
#13)

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@04b98b3...8c3f20d)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 950573f commit 9db0dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-terraform-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- if: ${{ inputs.configure_aws_credentials }}
name: Configure AWS credentials using OIDC
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # v3.0.1
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4.0.0
with:
aws-region: ${{ inputs.region }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
- if: ${{ inputs.configure_aws_credentials }}
name: Configure AWS credentials using OIDC (if enabled)
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # v3.0.1
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4.0.0
with:
aws-region: ${{ inputs.region }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
Expand Down

0 comments on commit 9db0dd3

Please # to comment.