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