From 1e65646545e6854c9b9ea63ab867853b2d04b3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 02:54:13 +0000 Subject: [PATCH] fix(deps): bump ScribeMD/slack-templates from 0.6.2 to 0.6.3 Bumps [ScribeMD/slack-templates](https://github.com/ScribeMD/slack-templates) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/ScribeMD/slack-templates/releases) - [Changelog](https://github.com/ScribeMD/slack-templates/blob/main/CHANGELOG.md) - [Commits](https://github.com/ScribeMD/slack-templates/compare/0.6.2...0.6.3) --- updated-dependencies: - dependency-name: ScribeMD/slack-templates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/notify-assignee.yaml | 2 +- .github/workflows/notify-reviewers.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify-assignee.yaml b/.github/workflows/notify-assignee.yaml index 197419e..4092067 100644 --- a/.github/workflows/notify-assignee.yaml +++ b/.github/workflows/notify-assignee.yaml @@ -6,7 +6,7 @@ on: jobs: notify-assignee: name: Notify Assignee - uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.2 + uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.3 secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} SLACK_ASSIGN_CHANNEL_ID: ${{ secrets.SLACK_ASSIGN_CHANNEL_ID }} diff --git a/.github/workflows/notify-reviewers.yaml b/.github/workflows/notify-reviewers.yaml index 4efe9db..f1b4c51 100644 --- a/.github/workflows/notify-reviewers.yaml +++ b/.github/workflows/notify-reviewers.yaml @@ -6,7 +6,7 @@ on: jobs: notify-reviewers: name: Notify Reviewers - uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.2 + uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.3 secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} SLACK_REVIEW_CHANNEL_ID: ${{ secrets.SLACK_REVIEW_CHANNEL_ID }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fa91ff5..af51e5a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: bump: ${{ inputs.bump }} - name: Send Slack notification with job status. if: always() - uses: ScribeMD/slack-templates@0.6.2 + uses: ScribeMD/slack-templates@0.6.3 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}