From d821f9ece6acb81b110a923804697e3a173fb6af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:41:34 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v4.0.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tf-validate-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-validate-aws.yml b/.github/workflows/tf-validate-aws.yml index d8552d7b8..dca04bbe7 100644 --- a/.github/workflows/tf-validate-aws.yml +++ b/.github/workflows/tf-validate-aws.yml @@ -50,7 +50,7 @@ jobs: terraform_version: "1.1.7" - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.0.0 + uses: aws-actions/configure-aws-credentials@v4.0.1 with: role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }} role-session-name: githubactions