Skip to content

Commit 6ded5b8

Browse files
chore(deps): bump slackapi/slack-github-action from 1.24.0 to 1.25.0 (ietf-tools#6991)
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](slackapi/slack-github-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 039310e commit 6ded5b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
steps:
313313
- name: Notify on Slack (Success)
314314
if: ${{ !contains(join(needs.*.result, ','), 'failure') }}
315-
uses: slackapi/slack-github-action@v1.24.0
315+
uses: slackapi/slack-github-action@v1.25.0
316316
with:
317317
channel-id: ${{ secrets.SLACK_GH_BUILDS_CHANNEL_ID }}
318318
payload: |
@@ -335,7 +335,7 @@ jobs:
335335
SLACK_BOT_TOKEN: ${{ secrets.SLACK_GH_BOT }}
336336
- name: Notify on Slack (Failure)
337337
if: ${{ contains(join(needs.*.result, ','), 'failure') }}
338-
uses: slackapi/slack-github-action@v1.24.0
338+
uses: slackapi/slack-github-action@v1.25.0
339339
with:
340340
channel-id: ${{ secrets.SLACK_GH_BUILDS_CHANNEL_ID }}
341341
payload: |

0 commit comments

Comments
 (0)