@@ -140,7 +140,7 @@ jobs:
140140 # requests and that's why we need this special conditional and check for github.head_ref in
141141 # case of PRs
142142 if : ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }}
143- uses : act10ns/slack@87c73aef9f8838eb6feae81589a6b1487a4a9e08 # v1.6 .0
143+ uses : act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0 .0
144144 env :
145145 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
146146 with :
@@ -218,7 +218,7 @@ jobs:
218218 # requests and that's why we need this special conditional and check for github.head_ref in
219219 # case of PRs
220220 if : ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }}
221- uses : act10ns/slack@87c73aef9f8838eb6feae81589a6b1487a4a9e08 # v1.6 .0
221+ uses : act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0 .0
222222 env :
223223 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
224224 with :
@@ -336,7 +336,7 @@ jobs:
336336 # requests and that's why we need this special conditional and check for github.head_ref in
337337 # case of PRs
338338 if : ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }}
339- uses : act10ns/slack@87c73aef9f8838eb6feae81589a6b1487a4a9e08 # v1.6 .0
339+ uses : act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0 .0
340340 env :
341341 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
342342 with :
@@ -446,7 +446,7 @@ jobs:
446446 # requests and that's why we need this special conditional and check for github.head_ref in
447447 # case of PRs
448448 if : ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }}
449- uses : act10ns/slack@87c73aef9f8838eb6feae81589a6b1487a4a9e08 # v1.6 .0
449+ uses : act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0 .0
450450 env :
451451 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
452452 with :
0 commit comments