From 630e1f2e0a1a1733998a0b21b44eeaccb5146c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 12:28:07 +0000 Subject: [PATCH] Bump 8398a7/action-slack from 3.9.2 to 3.14.0 Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.9.2 to 3.14.0. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](https://github.com/8398a7/action-slack/compare/e74cd4e48f4452e8158dc4f8bcfc780ae6203364...a189acbf0b7ea434558662ae25a0de71df69a435) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-model-regression-on-schedule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index b88f46368c61..ec76eb1678d7 100644 --- a/.github/workflows/ci-model-regression-on-schedule.yml +++ b/.github/workflows/ci-model-regression-on-schedule.yml @@ -354,7 +354,7 @@ jobs: - name: Notify Slack of Failure 😱 if: failure() && steps.issue-exists.outputs.result == 'false' - uses: 8398a7/action-slack@e74cd4e48f4452e8158dc4f8bcfc780ae6203364 # v3 + uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435 # v3 with: status: custom fields: workflow,job,commit,repo,ref,author,took @@ -511,7 +511,7 @@ jobs: - name: Notify Slack when Performance Drops 💬 if: steps.performance.outputs.is_dropped == 'true' && steps.issue-exists.outputs.result == 'false' - uses: 8398a7/action-slack@e74cd4e48f4452e8158dc4f8bcfc780ae6203364 #v3 + uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435 #v3 with: status: custom fields: workflow,job,commit,repo,ref,author,took