From 2f9fafac5aa67ece8780fedb2b3561dc63dae835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:05:40 +0000 Subject: [PATCH] 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/buildx.yml | 2 +- .github/workflows/deploy-to-k8s.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildx.yml b/.github/workflows/buildx.yml index 54aa8fc..9c761d2 100644 --- a/.github/workflows/buildx.yml +++ b/.github/workflows/buildx.yml @@ -85,7 +85,7 @@ jobs: fetch-depth: ${{ inputs.fetch-depth }} - name: Authenticate to AWS - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: arn:aws:iam::851725545228:role/GitHubBuilder aws-region: us-east-1 diff --git a/.github/workflows/deploy-to-k8s.yml b/.github/workflows/deploy-to-k8s.yml index db79c8c..ff347a0 100644 --- a/.github/workflows/deploy-to-k8s.yml +++ b/.github/workflows/deploy-to-k8s.yml @@ -110,7 +110,7 @@ jobs: exit 1 - name: Authenticate to AWS - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 if: ${{ inputs.auth_method == 'aws' }} with: role-to-assume: ${{ env.AWS_ROLE_ARN }}