Skip to content

Commit

Permalink
deps: Bump aws-actions/amazon-ecs-deploy-task-definition (#70)
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 1.4.11 to 1.6.0.
- [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@df96430...8229049)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent abe29d8 commit 4bb9f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-update-and-deploy-task-definition/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:

- if: inputs.deploy == 'true'
name: Deploy container 🚀
uses: aws-actions/amazon-ecs-deploy-task-definition@df9643053eda01f169e64a0e60233aacca83799a # v1.4.11
uses: aws-actions/amazon-ecs-deploy-task-definition@8229049d0e7c34be9ba40d443608d2d6cde7510f # v1.6.0
with:
task-definition: "${{ steps.update-task-definition.outputs.task-definition }}"
service: "${{ inputs.service-name }}"
Expand Down

0 comments on commit 4bb9f89

Please sign in to comment.