From faf2b4b64cd91463a3c35c219e9d297a7311bb8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:20:33 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecs-deploy-task-definition from 1.4.11 to 1.6.0 Bumps [aws-actions/amazon-ecs-deploy-task-definition](https://github.com/aws-actions/amazon-ecs-deploy-task-definition) from 1.4.11 to 1.6.0. - [Release notes](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases) - [Changelog](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.4.11...v1.6.0) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-deploy-task-definition dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a66dd4..459b054 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.4.11 + uses: aws-actions/amazon-ecs-deploy-task-definition@v1.6.0 with: task-definition: ${{ steps.task-def.outputs.task-definition }} service: bingo-service