We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c914a commit 71ed688Copy full SHA for 71ed688
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@c6e19c08506099e50400581201a3a767fd8e3ff4 # v2.5.1
143
with:
144
cluster: "${{ inputs.cluster-name }}"
145
service: "${{ inputs.service-name }}"
0 commit comments