From 2a38ec4c1812d767051aaaf886e9af52b4b65417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 00:51:19 +0000 Subject: [PATCH] fix(deps): 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/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cd648e7..21dfc31 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,7 +34,7 @@ jobs: commit_author: "Query Builder Filters GitHub Actions Bot " - name: Send Slack notification - uses: 8398a7/action-slack@v3.13.0 + uses: 8398a7/action-slack@v3.15.0 if: success() with: status: ${{ job.status }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f25ae36..96a32b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: ./vendor/bin/x-ray src --github - name: Send Slack notification - uses: 8398a7/action-slack@v3.13.0 + uses: 8398a7/action-slack@v3.15.0 if: failure() with: status: ${{ job.status }} @@ -66,7 +66,7 @@ jobs: commit_author: "Query Builder Filters GitHub Actions Bot " - name: Send Slack notification - uses: 8398a7/action-slack@v3.13.0 + uses: 8398a7/action-slack@v3.15.0 if: success() with: status: ${{ job.status }}