From 7eda5f7d99e9f0f1e2d47a66f2f7b677c58a4dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:34:01 +0000 Subject: [PATCH] [AJ-1783]: Bump broadinstitute/action-slack from 3.8.0 to 3.15.0 Bumps [broadinstitute/action-slack](https://github.com/broadinstitute/action-slack) from 3.8.0 to 3.15.0. - [Release notes](https://github.com/broadinstitute/action-slack/releases) - [Commits](https://github.com/broadinstitute/action-slack/compare/v3.8.0...v3.15.0) --- updated-dependencies: - dependency-name: broadinstitute/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-and-publish.yml b/.github/workflows/build-test-and-publish.yml index 08281b04..bbdca7d8 100644 --- a/.github/workflows/build-test-and-publish.yml +++ b/.github/workflows/build-test-and-publish.yml @@ -107,7 +107,7 @@ jobs: steps: - name: Notify slack on failure - uses: broadinstitute/action-slack@v3.8.0 + uses: broadinstitute/action-slack@v3.15.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: