From 76b7ba17c63071b75a404d5b25f550e667fbd4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:05:44 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials from 4 to 5 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. - [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](https://github.com/aws-actions/configure-aws-credentials/compare/v4...v5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/aws-terraform-plan-apply.yml | 2 +- .github/workflows/aws-tofu-plan-apply.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-terraform-plan-apply.yml b/.github/workflows/aws-terraform-plan-apply.yml index 243ccdd..17a9ff4 100644 --- a/.github/workflows/aws-terraform-plan-apply.yml +++ b/.github/workflows/aws-terraform-plan-apply.yml @@ -59,7 +59,7 @@ jobs: terraform_version: ${{ inputs.terraform_version }} - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: ${{ inputs.terraform_backend_region }} aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/aws-tofu-plan-apply.yml b/.github/workflows/aws-tofu-plan-apply.yml index f949be9..ad864cd 100644 --- a/.github/workflows/aws-tofu-plan-apply.yml +++ b/.github/workflows/aws-tofu-plan-apply.yml @@ -66,7 +66,7 @@ jobs: tofu_version: ${{ inputs.tofu_version }} - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: ${{ inputs.tofu_backend_region }} aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}