diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b96ae0c..55dce61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: image: ${{ steps.build-image.outputs.image }} - name: Update the service with the new task definition - uses: aws-actions/amazon-ecs-deploy-task-definition@v1.6.0 + uses: aws-actions/amazon-ecs-deploy-task-definition@v2.0.0 with: task-definition: ${{ steps.task-def.outputs.task-definition }} service: bingo-service