@@ -184,7 +184,7 @@ jobs:
184184 steps :
185185 - name : ' Notify slack of deployment started'
186186 if : inputs.notify-slack == true
187- uses : shopsmart/github-actions/actions/notify-slack@v3
187+ uses : shopsmart/github-actions/actions/notify-slack@v4
188188 with :
189189 application : ${{ inputs.application }}
190190 environment : ${{ inputs.environment }}
@@ -197,7 +197,7 @@ jobs:
197197
198198 - name : ' Notify datadog of deployment'
199199 if : inputs.notify-datadog == true
200- uses : shopsmart/github-actions/actions/create-datadog-downtime@v3
200+ uses : shopsmart/github-actions/actions/create-datadog-downtime@v4
201201 with :
202202 datadog-api-key : ${{ secrets.datadog-api-key }}
203203 datadog-app-key : ${{ secrets.datadog-app-key }}
@@ -236,14 +236,14 @@ jobs:
236236 force-new-deployment : ${{ inputs.force-new-deployment }}
237237
238238 - name : ' Tag the task definition'
239- uses : shopsmart/github-actions/actions/tag-ecs-resource@v3
239+ uses : shopsmart/github-actions/actions/tag-ecs-resource@v4
240240 with :
241241 resource-arn : ${{ steps.register.outputs.task-definition-arn }}
242242 tags : ${{ inputs.task-definition-tags }}
243243
244244 - name : ' Tag the ECS Service'
245245 if : inputs.service != ''
246- uses : shopsmart/github-actions/actions/tag-ecs-resource@v3
246+ uses : shopsmart/github-actions/actions/tag-ecs-resource@v4
247247 with :
248248 resource-arn : ${{ env.ECS_SERVICE_ARN }}
249249 tags : ${{ inputs.service-tags }}
@@ -256,7 +256,7 @@ jobs:
256256
257257 - name : ' Notify slack of deployment status'
258258 if : always() && inputs.notify-slack == true
259- uses : shopsmart/github-actions/actions/notify-slack@v3
259+ uses : shopsmart/github-actions/actions/notify-slack@v4
260260 with :
261261 application : ${{ inputs.application }}
262262 environment : ${{ inputs.environment }}
0 commit comments