From d147226d455e8dc40de430d007bc9d32283ff191 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 15 Oct 2023 17:29:56 +0000 Subject: [PATCH] fix(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 cd04d10..ecebcf8 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.30 + uses: ScribeMD/slack-templates@0.6.33 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}