From cc6fec6c25c905906e0b9f92bd6b2c884161a1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 20:02:10 +0000 Subject: [PATCH] Bump voxmedia/github-action-slack-notify-build from 1.1.2 to 1.5.0 Bumps [voxmedia/github-action-slack-notify-build](https://github.com/voxmedia/github-action-slack-notify-build) from 1.1.2 to 1.5.0. - [Release notes](https://github.com/voxmedia/github-action-slack-notify-build/releases) - [Changelog](https://github.com/voxmedia/github-action-slack-notify-build/blob/main/CHANGELOG.md) - [Commits](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1.1.2...v1.5.0) --- updated-dependencies: - dependency-name: voxmedia/github-action-slack-notify-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8a43cb..cf2c498 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: if: success() env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: voxmedia/github-action-slack-notify-build@v1.1.2 + uses: voxmedia/github-action-slack-notify-build@v1.5.0 with: channel_id: CAGSEC92A status: SUCCESS @@ -79,7 +79,7 @@ jobs: if: failure() env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: voxmedia/github-action-slack-notify-build@v1.1.2 + uses: voxmedia/github-action-slack-notify-build@v1.5.0 with: channel_id: CAGSEC92A status: FAILED