From 7e137077245bb65de4292054731eaebd14ba7f29 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 15 Oct 2023 09:18:06 +0000 Subject: [PATCH] chore(deps): bump scribemd/slack-templates action to v0.6.33 | datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | ScribeMD/slack-templates | 0.6.30 | 0.6.33 | --- .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 c84ae19..c6ea9e2 100644 --- a/.github/workflows/notify-assignee.yaml +++ b/.github/workflows/notify-assignee.yaml @@ -8,7 +8,7 @@ permissions: jobs: notify-assignee: name: Notify Assignee - uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.30 + uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.33 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 62bf47c..e453d4a 100644 --- a/.github/workflows/notify-reviewers.yaml +++ b/.github/workflows/notify-reviewers.yaml @@ -8,7 +8,7 @@ permissions: jobs: notify-reviewers: name: Notify Reviewers - uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.30 + uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.33 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 46b40a4..f7d157a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: uses: ScribeMD/pre-commit-action@0.9.107 - name: Send Slack notification with job status. if: always() - uses: ScribeMD/slack-templates@0.6.30 + uses: ScribeMD/slack-templates@0.6.33 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}