Skip to content

Commit ddb518d

Browse files
Bump slackapi/slack-github-action from 1.27.0 to 2.0.0
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.27.0...v2.0.0) --- 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]>
1 parent c03fd38 commit ddb518d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
328328
- name: Send GitHub Action trigger data to Slack workflow
329329
id: slack
330-
uses: slackapi/slack-github-action@v1.27.0
330+
uses: slackapi/slack-github-action@v2.0.0
331331
if: contains(fromJson('["failure"]'), needs.run-integration-tests.result)
332332
with:
333333
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}

0 commit comments

Comments
 (0)