Skip to content

Commit ef88f9b

Browse files
build(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.3
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 3.0.3. - [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@91efab1...45a88b9) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 510a142 commit ef88f9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
steps:
233233
- name: Notify Slack on Success
234234
if: ${{ !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') }}
235-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
235+
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
236236
with:
237237
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
238238
webhook-type: incoming-webhook
@@ -247,7 +247,7 @@ jobs:
247247
248248
- name: Notify Slack on Failure
249249
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
250-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
250+
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
251251
with:
252252
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
253253
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)