From 128ad3270f91c7551b917fbd5bb730291467897e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 04:01:47 +0000 Subject: [PATCH] chore(deps): Bump 8398a7/action-slack from 3.8.0 to 3.14.0 Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.8.0 to 3.14.0. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](https://github.com/8398a7/action-slack/compare/44a35a96508f31f916f99ad5b68f489ae45659a2...a189acbf0b7ea434558662ae25a0de71df69a435) --- 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 70517ea..f3c0288 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -55,7 +55,7 @@ jobs: login: ${{ secrets.SURGE_LOGIN }} token: ${{ secrets.SURGE_TOKEN }} - - uses: 8398a7/action-slack@44a35a96508f31f916f99ad5b68f489ae45659a2 + - uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435 name: Notify on Slack if: always() # Pick up events even if the job fails or is canceled. with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f80192..b6de1b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }} SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }} - - uses: 8398a7/action-slack@44a35a96508f31f916f99ad5b68f489ae45659a2 + - uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435 name: Notify on Slack if: always() # Pick up events even if the job fails or is canceled. with: