From 731d4be6b52a43bfe0ec7e5cf66d9c3d65556c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 07:18:59 +0000 Subject: [PATCH] Bump 8398a7/action-slack from 3.13.0 to 3.15.0 Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.13.0 to 3.15.0. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](https://github.com/8398a7/action-slack/compare/v3.13.0...v3.15.0) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bc74ac3e54..e058024784e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} - name: Notify on failure if: ${{ failure() || steps.maven-central-sync.outcome == 'failure' }} - uses: 8398a7/action-slack@v3.13.0 + uses: 8398a7/action-slack@v3.15.0 with: text: 'Maven sync failed' status: failure