From 08b9c323341e843d6361d426934dbf1c2020f42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:52:51 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecs-render-task-definition from 1.5.0 to 1.6.0 Bumps [aws-actions/amazon-ecs-render-task-definition](https://github.com/aws-actions/amazon-ecs-render-task-definition) from 1.5.0 to 1.6.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.5.0...v1.6.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/aws-ecs-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-ecs-deploy.yml b/.github/workflows/aws-ecs-deploy.yml index 0919ab5..51e6aa2 100644 --- a/.github/workflows/aws-ecs-deploy.yml +++ b/.github/workflows/aws-ecs-deploy.yml @@ -109,7 +109,7 @@ jobs: jq 'del(.taskDefinitionArn,.revision,.status,.registeredBy,.registeredAt,.compatibilities,.requiresAttributes)' > task-def-scraper.json - name: Interpolate new Docker Image into Task Definition id: task-definition - uses: aws-actions/amazon-ecs-render-task-definition@v1.5.0 + uses: aws-actions/amazon-ecs-render-task-definition@v1.6.0 with: task-definition: task-def-scraper.json container-name: ${{ needs.setup_env.outputs.AWS_APPENV }}