Skip to content

Commit ce79d01

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 5d27489 commit ce79d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Send Slack alert notification
8888
id: slack
8989
if: ${{ failure() }}
90-
uses: slackapi/slack-github-action@v1.27.0
90+
uses: slackapi/slack-github-action@v2.0.0
9191
env:
9292
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
9393
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}

0 commit comments

Comments
 (0)