Skip to content

Commit

Permalink
github-actions(deps): bump aws-actions/amazon-ecs-render-task-definition
Browse files Browse the repository at this point in the history
Bumps [aws-actions/amazon-ecs-render-task-definition](https://github.com/aws-actions/amazon-ecs-render-task-definition) from c804dfbdd57f713b6c079302a4c01db7017a36fc to dcaed1bc6bc474b66e41183372f906fe7a4c6325.
- [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](aws-actions/amazon-ecs-render-task-definition@c804dfb...dcaed1b)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent 27b2edd commit f2aee8c
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 @@ -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@dcaed1bc6bc474b66e41183372f906fe7a4c6325
with:
task-definition: template_task_def.json
container-name: ${{ env.CONTAINER_NAME }}
Expand All @@ -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@dcaed1bc6bc474b66e41183372f906fe7a4c6325
with:
task-definition: ${{ steps.task-def-service.outputs.task-definition }}
container-name: migrations
Expand Down

0 comments on commit f2aee8c

Please sign in to comment.