From fe9c3757498d5008619f285dab96fc73aabfcf75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:54:26 +0000 Subject: [PATCH] github-actions(deps): bump aws-actions/amazon-ecs-render-task-definition Bumps [aws-actions/amazon-ecs-render-task-definition](https://github.com/aws-actions/amazon-ecs-render-task-definition) from c804dfbdd57f713b6c079302a4c01db7017a36fc to 810fbfaf318eaa52893178d534f0c9289a1eda3c. - [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/c804dfbdd57f713b6c079302a4c01db7017a36fc...810fbfaf318eaa52893178d534f0c9289a1eda3c) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-render-task-definition dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-template.yml b/.github/workflows/deploy-template.yml index d98a0370c..5ebdefa7f 100644 --- a/.github/workflows/deploy-template.yml +++ b/.github/workflows/deploy-template.yml @@ -95,7 +95,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def-service - uses: aws-actions/amazon-ecs-render-task-definition@c804dfbdd57f713b6c079302a4c01db7017a36fc + uses: aws-actions/amazon-ecs-render-task-definition@810fbfaf318eaa52893178d534f0c9289a1eda3c with: task-definition: template_task_def.json container-name: ${{ env.CONTAINER_NAME }} @@ -107,7 +107,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition for migrations id: task-def-migration if: inputs.service == 'core' - uses: aws-actions/amazon-ecs-render-task-definition@c804dfbdd57f713b6c079302a4c01db7017a36fc + uses: aws-actions/amazon-ecs-render-task-definition@810fbfaf318eaa52893178d534f0c9289a1eda3c with: task-definition: ${{ steps.task-def-service.outputs.task-definition }} container-name: migrations