Skip to content

Commit 8b52cf4

Browse files
github-actions(deps): bump aws-actions/amazon-ecs-deploy-task-definition
Bumps [aws-actions/amazon-ecs-deploy-task-definition](https://github.com/aws-actions/amazon-ecs-deploy-task-definition) from 16f052ed696e6e5bf88c208a8e5ba1af7ced3310 to fc8fc60f3a60ffd500fcb13b209c59d221ac8c8c. - [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](aws-actions/amazon-ecs-deploy-task-definition@16f052e...fc8fc60) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-deploy-task-definition dependency-version: fc8fc60f3a60ffd500fcb13b209c59d221ac8c8c dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d07aff commit 8b52cf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
id: deploy-service-only
118118
# This one is different. The single-image case is when not deploying core.
119119
if: inputs.service != 'core'
120-
uses: aws-actions/amazon-ecs-deploy-task-definition@16f052ed696e6e5bf88c208a8e5ba1af7ced3310
120+
uses: aws-actions/amazon-ecs-deploy-task-definition@fc8fc60f3a60ffd500fcb13b209c59d221ac8c8c
121121
with:
122122
# it is because of this line that the two steps need different if conditions
123123
task-definition: ${{ steps.task-def-service.outputs.task-definition }}
@@ -128,7 +128,7 @@ jobs:
128128
- name: Deploy Amazon ECS task definition including migrations
129129
id: deploy-service-and-migrations
130130
if: inputs.service == 'core'
131-
uses: aws-actions/amazon-ecs-deploy-task-definition@16f052ed696e6e5bf88c208a8e5ba1af7ced3310
131+
uses: aws-actions/amazon-ecs-deploy-task-definition@fc8fc60f3a60ffd500fcb13b209c59d221ac8c8c
132132
with:
133133
# it is because of this line that the two steps need different if conditions
134134
task-definition: ${{ steps.task-def-migration.outputs.task-definition }}

0 commit comments

Comments
 (0)