We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3403f commit 549c98aCopy full SHA for 549c98a
ecs-update-and-deploy-task-definition/action.yml
@@ -139,7 +139,7 @@ runs:
139
- if: inputs.deploy == 'true'
140
name: Deploy task definition 🚀
141
id: deploy
142
- uses: aws-actions/amazon-ecs-deploy-task-definition@4b08990e8909cf36bc2ca95f994312f090c41865 # v2.3.4
+ uses: aws-actions/amazon-ecs-deploy-task-definition@7b5ba17dae98c8fd463ddf2cef977d3be43322c5 # v2.5.0
143
with:
144
cluster: "${{ inputs.cluster-name }}"
145
service: "${{ inputs.service-name }}"
0 commit comments