From 187e5ddedd6fdad56efdc871e9e686a32757b01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:21:49 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 1.24.0 to 1.25.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/notify_slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify_slack.yml b/.github/workflows/notify_slack.yml index fe16b98..2d08355 100644 --- a/.github/workflows/notify_slack.yml +++ b/.github/workflows/notify_slack.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 if: github.event.discussion && github.event.comment steps: - - uses: slackapi/slack-github-action@v1.24.0 + - uses: slackapi/slack-github-action@v1.25.0 with: channel-id: ${{ secrets.SLACK_CHANNEL_ID }} slack-message: "Created discussion comment: ${{ github.event.comment.html_url }}"