From ce26ca203d8c8902edd76241b0ee2a77e734056b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 21:54:35 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.1.3 --- .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 0f16e89..ead6d85 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@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2 + - uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 with: role-to-assume: ${{ vars.AWS_ROLE_ARN }} aws-region: ap-northeast-1