From e01ab238ca6413c7b854c415bb4518e0a85cbf03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 12:38:38 +0000 Subject: [PATCH] chore(deps): bump ScribeMD/slack-templates from 0.6.4 to 0.6.5 Bumps [ScribeMD/slack-templates](https://github.com/ScribeMD/slack-templates) from 0.6.4 to 0.6.5. - [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.4...0.6.5) --- 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 9c013b8..6444ce3 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.4 + uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.5 permissions: contents: read secrets: diff --git a/.github/workflows/notify-reviewers.yaml b/.github/workflows/notify-reviewers.yaml index a9baf5b..912baa8 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.4 + uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.5 permissions: contents: read secrets: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1cce6cf..7648f60 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: uses: ScribeMD/pre-commit-action@0.8.16 - name: Send Slack notification with job status. if: always() - uses: ScribeMD/slack-templates@0.6.4 + uses: ScribeMD/slack-templates@0.6.5 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}