From c608cdc6ea0e5bbc4d88d65239f22d242c4a8daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:37:32 +0200 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials from 3 to 4 (#87) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tf-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index e3b5a7fb..bd439834 100644 --- a/.github/workflows/tf-checks.yml +++ b/.github/workflows/tf-checks.yml @@ -68,7 +68,7 @@ jobs: - name: Configure AWS credentials if: ${{ inputs.aws_credentials == 'true' }} - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}