Skip to content

Commit abd82b7

Browse files
chore(deps): bump slackapi/slack-github-action from 3.0.3 to 3.0.4 in the github-actions group (#1765)
chore(deps): bump slackapi/slack-github-action Bumps the github-actions group with 1 update: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `slackapi/slack-github-action` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@45a88b9...fc46ded) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 957d067 commit abd82b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347

348348
- name: Notify Slack on success
349349
if: success()
350-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
350+
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d # v3.0.4
351351
with:
352352
webhook: ${{ secrets.SLACK_WEBHOOK_RELEASES }}
353353
webhook-type: incoming-webhook
@@ -431,7 +431,7 @@ jobs:
431431
432432
- name: Notify Slack on failure
433433
if: failure()
434-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
434+
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d # v3.0.4
435435
with:
436436
webhook: ${{ secrets.SLACK_WEBHOOK_ENGINEERING }}
437437
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)