Skip to content

Commit

Permalink
github-actions(deps): bump aws-actions/amazon-ecs-deploy-task-definition
Browse files Browse the repository at this point in the history
Bumps [aws-actions/amazon-ecs-deploy-task-definition](https://github.com/aws-actions/amazon-ecs-deploy-task-definition) from 16f052ed696e6e5bf88c208a8e5ba1af7ced3310 to 4d6fb3b487851733f82c7cd442c3d5cdebc4fa8f.
- [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...4d6fb3b)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecs-deploy-task-definition
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent b805225 commit edf4749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
id: deploy-service-only
# This one is different. The single-image case is when not deploying core.
if: inputs.service != 'core'
uses: aws-actions/amazon-ecs-deploy-task-definition@16f052ed696e6e5bf88c208a8e5ba1af7ced3310
uses: aws-actions/amazon-ecs-deploy-task-definition@4d6fb3b487851733f82c7cd442c3d5cdebc4fa8f
with:
# it is because of this line that the two steps need different if conditions
task-definition: ${{ steps.task-def-service.outputs.task-definition }}
Expand All @@ -128,7 +128,7 @@ jobs:
- name: Deploy Amazon ECS task definition including migrations
id: deploy-service-and-migrations
if: inputs.service == 'core'
uses: aws-actions/amazon-ecs-deploy-task-definition@16f052ed696e6e5bf88c208a8e5ba1af7ced3310
uses: aws-actions/amazon-ecs-deploy-task-definition@4d6fb3b487851733f82c7cd442c3d5cdebc4fa8f
with:
# it is because of this line that the two steps need different if conditions
task-definition: ${{ steps.task-def-migration.outputs.task-definition }}
Expand Down

0 comments on commit edf4749

Please sign in to comment.