From c98bbdd76dc143b68a2b3996f8a6058fe8804906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 06:28:14 +0000 Subject: [PATCH] build(deps): bump rtCamp/action-slack-notify from v2.1.2 to v2.1.3 Bumps [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/rtCamp/action-slack-notify/releases) - [Commits](https://github.com/rtCamp/action-slack-notify/compare/v2.1.2...f565a63638bd3615e76249bffab00fcb9dab90f7) Signed-off-by: dependabot[bot] --- .github/workflows/linuxpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linuxpackage.yml b/.github/workflows/linuxpackage.yml index 6cb4d636e..cb41a8baa 100644 --- a/.github/workflows/linuxpackage.yml +++ b/.github/workflows/linuxpackage.yml @@ -60,7 +60,7 @@ jobs: DEST_DIR: "v${{ env.RELEASE_VERSION }}" - name: Slack Notification - uses: rtCamp/action-slack-notify@v2.1.2 + uses: rtCamp/action-slack-notify@v2.1.3 env: SLACK_CHANNEL: code-releases SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}