From 55aaf0e5f6189e0e71adb57d9d7ca4776571c1b7 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Mon, 16 Oct 2023 23:50:21 +0200 Subject: [PATCH] Update configure-aws-credentials action --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8e5492d..1e1c51f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -63,7 +63,7 @@ jobs: terraform_wrapper: false - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-region: ${{env.AWS_REGION}} role-to-assume: ${{ secrets.CI }}