From de7843730df88b5bfee687d0b1224317f6a0b061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:21:07 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecs-render-task-definition from 1.3.0 to 1.4.0 Bumps [aws-actions/amazon-ecs-render-task-definition](https://github.com/aws-actions/amazon-ecs-render-task-definition) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/aws-actions/amazon-ecs-render-task-definition/releases) - [Changelog](https://github.com/aws-actions/amazon-ecs-render-task-definition/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-render-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..99cb773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def - uses: aws-actions/amazon-ecs-render-task-definition@v1.3.0 + uses: aws-actions/amazon-ecs-render-task-definition@v1.4.0 with: task-definition: .github/workflows/task.json container-name: website