From e73b7cfbeb535be05e5d5a1bbf29633337130eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:00:17 +0000 Subject: [PATCH] chore(deps): bump aws-actions/configure-aws-credentials from 4 to 6 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_reusable-deploy.yml | 2 +- .github/workflows/_reusable-destroy.yml | 2 +- .github/workflows/_reusable-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_reusable-deploy.yml b/.github/workflows/_reusable-deploy.yml index c19cc872..9c1c9180 100644 --- a/.github/workflows/_reusable-deploy.yml +++ b/.github/workflows/_reusable-deploy.yml @@ -74,7 +74,7 @@ jobs: with: ref: ${{ inputs.image_tag }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.aws_role_arn }} aws-region: eu-west-2 diff --git a/.github/workflows/_reusable-destroy.yml b/.github/workflows/_reusable-destroy.yml index 567df761..4af1d150 100644 --- a/.github/workflows/_reusable-destroy.yml +++ b/.github/workflows/_reusable-destroy.yml @@ -68,7 +68,7 @@ jobs: with: ref: ${{ inputs.image_tag }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.aws_role_arn }} aws-region: eu-west-2 diff --git a/.github/workflows/_reusable-publish.yml b/.github/workflows/_reusable-publish.yml index 20362ad9..b76fadc9 100644 --- a/.github/workflows/_reusable-publish.yml +++ b/.github/workflows/_reusable-publish.yml @@ -51,7 +51,7 @@ jobs: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.aws_role_arn }} aws-region: eu-west-2