From 2fc35a8e85c6b425eb20427b5d38dcb1d687a4c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:31:23 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.2.0 --- .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 94d2c64..3c2ad99 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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3 + - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: role-to-assume: ${{ vars.AWS_ROLE_ARN }} aws-region: ap-northeast-1