From 5554cb8c9e275e298b9ea339b04c018773c138e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:06:02 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecs-deploy-task-definition from 1 to 2 Bumps [aws-actions/amazon-ecs-deploy-task-definition](https://github.com/aws-actions/amazon-ecs-deploy-task-definition) from 1 to 2. - [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...v2) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-deploy-task-definition dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Deploy-AWS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deploy-AWS.yml b/.github/workflows/Deploy-AWS.yml index 601fcb0e..0465f21d 100644 --- a/.github/workflows/Deploy-AWS.yml +++ b/.github/workflows/Deploy-AWS.yml @@ -70,7 +70,7 @@ jobs: image: ${{ needs.Build.outputs.image }} - name: Deploy Amazon ECS task definition - uses: aws-actions/amazon-ecs-deploy-task-definition@v1 + uses: aws-actions/amazon-ecs-deploy-task-definition@v2 with: task-definition: ${{ steps.task-def.outputs.task-definition }} service: ${{ env.ECS_SERVICE }}