From 110a3cde73bc0f0ac9720b6673cc8ef9fbd5eb9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:55:53 +0000 Subject: [PATCH] Bump voxmedia/github-action-slack-notify-build from 1.6.0 to 2 Bumps [voxmedia/github-action-slack-notify-build](https://github.com/voxmedia/github-action-slack-notify-build) from 1.6.0 to 2. - [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.6.0...v2) --- updated-dependencies: - dependency-name: voxmedia/github-action-slack-notify-build dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12b8d92..dfeddc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: if: failure() && github.ref == 'refs/heads/main' steps: - - uses: voxmedia/github-action-slack-notify-build@v1.6.0 + - uses: voxmedia/github-action-slack-notify-build@v2 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }} with: