Skip to content

Commit db843a4

Browse files
Bump slackapi/slack-github-action from 2 to 3 (#579)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2 to 3. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2...v3) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef4cc0d commit db843a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Send status to Slack app
4646
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
4747
id: slack
48-
uses: slackapi/slack-github-action@v2
48+
uses: slackapi/slack-github-action@v3
4949
with:
5050
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
5151
webhook-type: webhook-trigger

0 commit comments

Comments
 (0)