From 52d8a7d38301199b9d612c01e5d158400698aa68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 05:00:57 +0000 Subject: [PATCH] chore: update aws-actions/configure-aws-credentials action to v6 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e7f64f48..61ff8cfd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,7 +64,7 @@ jobs: - uses: ./.github/actions/install - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-region: us-east-1 role-to-assume: ${{ secrets.DEV_ROLE_ARN }} @@ -127,7 +127,7 @@ jobs: - uses: ./.github/actions/install - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-region: us-east-1 role-to-assume: ${{ secrets.PROD_ROLE_ARN }}