From cbb95883d42e25ce7044b7afadb6809583097744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:38:08 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 4.0.2 to 5.1.0 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.2 to 5.1.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](https://github.com/aws-actions/configure-aws-credentials/compare/v4.0.2...v5.1.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/iac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index c2ab51b1..8554a5db 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -160,7 +160,7 @@ jobs: path: actions - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v5.1.0 if: inputs.ENVIRONMENT == 'aws' with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}