From bc4b1f70fb048481f1532594b0cd8ec446e34d61 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 15 Oct 2023 08:53:55 +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 +- 2 files changed, 2 insertions(+), 2 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 }}