Skip to content

Commit 00816eb

Browse files
Bump act10ns/slack from 1.6.0 to 2.0.0 (#47)
Bumps [act10ns/slack](https://github.com/act10ns/slack) from 1.6.0 to 2.0.0. - [Release notes](https://github.com/act10ns/slack/releases) - [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md) - [Commits](act10ns/slack@87c73ae...ed1309a) --- updated-dependencies: - dependency-name: act10ns/slack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 977ce08 commit 00816eb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/end_to_end_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

.github/workflows/lint_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# requests and that's why we need this special conditional and check for github.head_ref in
6262
# case of PRs
6363
if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }}
64-
uses: act10ns/slack@87c73aef9f8838eb6feae81589a6b1487a4a9e08 # v1.6.0
64+
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0
6565
env:
6666
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
6767
with:
@@ -125,7 +125,7 @@ jobs:
125125
# requests and that's why we need this special conditional and check for github.head_ref in
126126
# case of PRs
127127
if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }}
128-
uses: act10ns/slack@87c73aef9f8838eb6feae81589a6b1487a4a9e08 # v1.6.0
128+
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0
129129
env:
130130
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
131131
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# requests and that's why we need this special conditional and check for github.head_ref in
8585
# case of PRs
8686
if: ${{ failure() && (github.ref == 'refs/heads/main' || github.head_ref == 'main') }}
87-
uses: act10ns/slack@87c73aef9f8838eb6feae81589a6b1487a4a9e08 # v1.6.0
87+
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0
8888
env:
8989
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
9090
with:

0 commit comments

Comments
 (0)