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