diff --git a/.github/workflows/deploy-product.yml b/.github/workflows/deploy-product.yml index 535e9180..c05e9b5a 100644 --- a/.github/workflows/deploy-product.yml +++ b/.github/workflows/deploy-product.yml @@ -84,7 +84,7 @@ jobs: client_payload: '{ "app": "${{ steps.get-parameters.outputs.app }}", "customer": "${{ inputs.customer }}", "stage": "${{ inputs.stage }}", "sub_app": "${{ steps.get-parameters.outputs.sub_app }}", "branch": "${{ steps.get-parameters.outputs.image_tag2 }}", "add_revision_as_tag": "${{ inputs.add_revision_as_tag }}" }' - name: Configure AWS Credentials if: ${{ inputs.add_revision_as_tag == true }} - uses: aws-actions/configure-aws-credentials@v4.0.3 + uses: aws-actions/configure-aws-credentials@v4.1.0 with: role-to-assume: ${{ vars.DV_AWS_ECR_ROLE }} aws_role: ${{ vars.DV_AWS_ECR_ROLE }}