Skip to content

Commit d97226d

Browse files
Bump slackapi/slack-github-action from 1.25.0 to 1.26.0
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f024f1f commit d97226d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify_slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
if: github.event.discussion && github.event.comment
1111
steps:
12-
- uses: slackapi/slack-github-action@v1.25.0
12+
- uses: slackapi/slack-github-action@v1.26.0
1313
with:
1414
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
1515
slack-message: "Created discussion comment: ${{ github.event.comment.html_url }}"

0 commit comments

Comments
 (0)