Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 69961e4

Browse files
Bump slackapi/slack-github-action from 1.23.0 to 1.27.0
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.23.0 to 1.27.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.23.0...v1.27.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab53282 commit 69961e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Send Slack notification on failure
5555
if: failure()
56-
uses: slackapi/slack-github-action@v1.23.0
56+
uses: slackapi/slack-github-action@v1.27.0
5757
with:
5858
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
5959
slack-message: |
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Send Slack notification on success
6666
if: success()
67-
uses: slackapi/slack-github-action@v1.23.0
67+
uses: slackapi/slack-github-action@v1.27.0
6868
with:
6969
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
7070
slack-message: |

0 commit comments

Comments
 (0)