diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55dce61..c97fbca 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@v2.0.0 + uses: aws-actions/amazon-ecs-deploy-task-definition@v2.1.1 with: task-definition: ${{ steps.task-def.outputs.task-definition }} service: bingo-service