From 08bc49dca8c35d9bba8ff5e8c0d96015d2978435 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:12:49 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.2.4 --- .github/workflows/_reusable_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_reusable_deploy.yml b/.github/workflows/_reusable_deploy.yml index 7f46e59..269ffc1 100644 --- a/.github/workflows/_reusable_deploy.yml +++ b/.github/workflows/_reusable_deploy.yml @@ -32,7 +32,7 @@ jobs: - run: npm ci working-directory: infra - - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 + - uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4 with: role-to-assume: ${{ vars.AWS_ROLE_ARN }} aws-region: ap-northeast-1