From b9c1bba3e4afa535b2a0ea4929b42d5e9f095787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 02:54:13 +0000 Subject: [PATCH] chore(deps): bump ScribeMD/slack-templates from 0.6.2 to 0.6.3 Bumps [ScribeMD/slack-templates](https://github.com/ScribeMD/slack-templates) from 0.6.2 to 0.6.3. - [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.2...0.6.3) --- updated-dependencies: - dependency-name: ScribeMD/slack-templates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fa91ff5..af51e5a 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.2 + uses: ScribeMD/slack-templates@0.6.3 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}