From 8dc23e5a93d607ad689b33f1dce3a69ce2175c90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 23:40:32 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.2.3 --- .github/workflows/update-s3-and-cloudfront.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-s3-and-cloudfront.yaml b/.github/workflows/update-s3-and-cloudfront.yaml index ccd62efa..d9d72567 100644 --- a/.github/workflows/update-s3-and-cloudfront.yaml +++ b/.github/workflows/update-s3-and-cloudfront.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: ${{ secrets.AWS_QUICKSTART_ROLE }} aws-region: us-west-2