Skip to content

Commit 2935b69

Browse files
chore(deps): Bump slackapi/slack-github-action from 3.0.4 to 4.0.0 (#1077)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.4 to 4.0.0. - [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@fc46ded...dcb1066) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 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 5bef4ee commit 2935b69

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/daily-data-sync.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
run: make refresh-provider-cache provider="$PROVIDER"
163163

164164
- name: Notify Slack on failure
165-
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
165+
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d #v4.0.0
166166
with:
167167
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
168168
webhook-type: incoming-webhook
@@ -255,7 +255,7 @@ jobs:
255255
run: make refresh-provider-cache provider="$PROVIDER"
256256

257257
- name: Notify Slack on failure
258-
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
258+
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d #v4.0.0
259259
with:
260260
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
261261
webhook-type: incoming-webhook
@@ -341,7 +341,7 @@ jobs:
341341
run: make refresh-provider-cache provider="$PROVIDER"
342342

343343
- name: Notify Slack on failure
344-
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
344+
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d #v4.0.0
345345
with:
346346
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
347347
webhook-type: incoming-webhook

.github/workflows/daily-db-publisher-r2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
GRYPE_DB_MANAGER_DISTRIBUTION_S3_ENDPOINT_URL: ${{ secrets.TOOLBOX_CLOUDFLARE_R2_ENDPOINT }}
100100

101101
- name: Notify Slack on failure
102-
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
102+
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d #v4.0.0
103103
with:
104104
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
105105
webhook-type: incoming-webhook
@@ -158,7 +158,7 @@ jobs:
158158
GRYPE_DB_MANAGER_DISTRIBUTION_S3_ENDPOINT_URL: ${{ secrets.TOOLBOX_CLOUDFLARE_R2_ENDPOINT }}
159159

160160
- name: Notify Slack on failure
161-
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
161+
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d #v4.0.0
162162
with:
163163
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
164164
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)