From 1819a6ba66f5949e418beebe1ed3c205c26cb7e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:16: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 a34c550a..45bd59de 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 }}