From e69a971ce3be5b97e7e14603a2666e63c1838bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 15:04:38 +0100 Subject: [PATCH] build(deps): bump act10ns/slack from 1 to 2 (#3404) Bumps [act10ns/slack](https://github.com/act10ns/slack) from 1 to 2. - [Release notes](https://github.com/act10ns/slack/releases) - [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md) - [Commits](https://github.com/act10ns/slack/compare/v1...v2) --- updated-dependencies: - dependency-name: act10ns/slack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20bdad1912c..f325574669c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: run: npm run lint - name: Send Slack notifications - uses: act10ns/slack@v1 + uses: act10ns/slack@v2 if: failure() with: status: ${{ job.status }} @@ -121,7 +121,7 @@ jobs: retention-days: 7 - name: Send Slack notifications - uses: act10ns/slack@v1 + uses: act10ns/slack@v2 if: failure() with: status: ${{ job.status }} @@ -167,7 +167,7 @@ jobs: run: npm run build:ci - name: Send Slack notifications - uses: act10ns/slack@v1 + uses: act10ns/slack@v2 if: failure() with: status: ${{ job.status }}