From bd432c6254058dd1ca6c11345ef54bc90d37e949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 16:40:17 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.2.1 --- .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 0ab28fe..500fcec 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@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + - uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: ${{ vars.AWS_ROLE_ARN }} aws-region: ap-northeast-1