From 2b9dc98e916662e050710ddf49783a8f074eefd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 16:42:23 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.1.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 bb79a25..3ada3d8 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@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ vars.AWS_ROLE_ARN }} aws-region: ap-northeast-1