Skip to content

Commit 920b963

Browse files
Bump slackapi/slack-github-action from 3.0.2 to 3.0.3
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.2 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@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 453bf3f commit 920b963

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@v3.0.2
17+
uses: slackapi/slack-github-action@v3.0.3
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@v3.0.2
29+
uses: slackapi/slack-github-action@v3.0.3
3030
with:
3131
webhook: ${{ secrets.SLACK_WEBHOOK_URL_PR }}
3232
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)