Skip to content

Commit 4e96898

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 894716a47351b1f52a6a1d140fd53fdb046ec619. - [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...894716a) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-deploy-task-definition dependency-version: 894716a47351b1f52a6a1d140fd53fdb046ec619 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c960266 commit 4e96898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@549b2410fa1d3b40b652eb5ffab962aa788c718e
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@549b2410fa1d3b40b652eb5ffab962aa788c718e
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)