From 39b3cc5e1a2013cd82e7b3b55b1b6bff1ed7f762 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:06:24 +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 c29019a..f39c43b 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -31,7 +31,7 @@ jobs: ref: refs/pull/${{ github.event.inputs.pr_number }}/merge - 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 }}