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 }}