From e49b0a1b5b675400094730d16e8f845102d1d7af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:19:19 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v4 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dddf4d2b..d0ea8e86 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -89,7 +89,7 @@ jobs: appDomain: https://${{ secrets.HOST_NAME }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-region: us-east-1 role-to-assume: ${{ secrets.AWS_IAM_ROLE_ARN }}