Skip to content

Commit 5eb736b

Browse files
Bump slackapi/slack-github-action from 2.1.1 to 3.0.1
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 377ccf8 commit 5eb736b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notify-slack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Send issue notification to Slack
1616
if: github.event_name == 'issues'
17-
uses: slackapi/slack-github-action@v2.1.1
17+
uses: slackapi/slack-github-action@v3.0.1
1818
with:
1919
webhook: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
2020
webhook-type: incoming-webhook
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Send pull request notification to Slack
2828
if: github.event_name == 'pull_request_target'
29-
uses: slackapi/slack-github-action@v2.1.1
29+
uses: slackapi/slack-github-action@v3.0.1
3030
with:
3131
webhook: ${{ secrets.SLACK_WEBHOOK_URL_PR }}
3232
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)