Skip to content

Commit c8f4a87

Browse files
Bump slackapi/slack-github-action from 2.1.1 to 3.0.1 (#4789)
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@91efab1...af78098) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea8b9a7 commit c8f4a87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
./scripts/preflight.sh -r "${{ github.ref }}" -g "${{ matrix.group }}" -o $GITHUB_OUTPUT
7272
- name: Post failure to slack
7373
if: ${{ github.ref == 'refs/heads/master' && failure() }}
74-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
74+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
7575
with:
7676
webhook: ${{ secrets.PREFLIGHT_SLACK_WEBHOOK_URL }}
7777
webhook-type: incoming-webhook

.github/workflows/preflight_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go run ./scripts/clean-up-preflight-apps
3434
- name: Post failure to slack
3535
if: ${{ github.ref == 'refs/heads/master' && failure() }}
36-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
36+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
3737
with:
3838
webhook: ${{ secrets.PREFLIGHT_SLACK_WEBHOOK_URL }}
3939
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)