From ab5f11c729ba8ec61e0d33171553f47dcc84fdcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:47:38 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v6 --- .github/workflows/deploy-pr-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pr-staging.yml b/.github/workflows/deploy-pr-staging.yml index 823498a0..2d05a762 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -62,7 +62,7 @@ jobs: ref: ${{ inputs.deploy_target == 'master' && 'master' || format('refs/pull/{0}/merge', inputs.pr_number) }} - name: 🔑 Configure AWS Credentials (for ECR and EKS) - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.GH_ACTIONS_DEPLOY_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }}