Skip to content

Commit 22ae46d

Browse files
Bump slackapi/slack-github-action from 1 to 2 (#501)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1 to 2. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1...v2) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce2e6e0 commit 22ae46d

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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Send status to Slack app
4343
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
4444
id: slack
45-
uses: slackapi/slack-github-action@v1
45+
uses: slackapi/slack-github-action@v2
4646
with:
4747
payload: |
4848
{

0 commit comments

Comments
 (0)