Skip to content

Commit 106e329

Browse files
chore(deps): update aws-actions/amazon-ecs-deploy-task-definition action to v2.4.0
1 parent dff154f commit 106e329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs-update-and-deploy-task-definition/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ runs:
139139
- if: inputs.deploy == 'true'
140140
name: Deploy task definition 🚀
141141
id: deploy
142-
uses: aws-actions/amazon-ecs-deploy-task-definition@4b08990e8909cf36bc2ca95f994312f090c41865 # v2.3.4
142+
uses: aws-actions/amazon-ecs-deploy-task-definition@1beffbdddb3eb5f83c7a746c3e9bafeccdccbbaa # v2.4.0
143143
with:
144144
cluster: "${{ inputs.cluster-name }}"
145145
service: "${{ inputs.service-name }}"

0 commit comments

Comments
 (0)