From 5db0cd7454df0a25940cdde366d9f77073799f88 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Jan 2023 23:40:04 +0000 Subject: [PATCH] chore(deps): bump scribemd/slack-templates action to v0.6.13 | datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | ScribeMD/slack-templates | 0.6.12 | 0.6.13 | --- .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 faff466..d9ca854 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.12 + uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.13 permissions: contents: read secrets: diff --git a/.github/workflows/notify-reviewers.yaml b/.github/workflows/notify-reviewers.yaml index 3cd3de4..6520cc9 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.12 + uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.13 permissions: contents: read secrets: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ac07af3..2f31e1c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: uses: ScribeMD/pre-commit-action@0.9.36 - name: Send Slack notification with job status. if: always() - uses: ScribeMD/slack-templates@0.6.12 + uses: ScribeMD/slack-templates@0.6.13 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}