Skip to content

Commit 756a3e6

Browse files
chore(deps): bump slackapi/slack-github-action from 2.1.0 to 3.0.1
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.1.0...v3.0.1) --- 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>
1 parent 8793c5d commit 756a3e6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/e2e-balance-check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
if: |
144144
steps.alert_pay_usdc_base.outputs.should_alert == 'true' &&
145145
env.SLACK_FAUCETBOT_WEBHOOK_URL != ''
146-
uses: slackapi/slack-github-action@v2.1.1
146+
uses: slackapi/slack-github-action@v3.0.1
147147
with:
148148
webhook: ${{ env.SLACK_FAUCETBOT_WEBHOOK_URL }}
149149
webhook-type: incoming-webhook
@@ -178,7 +178,7 @@ jobs:
178178
if: |
179179
steps.alert_faucet_eth_base.outputs.should_alert == 'true' &&
180180
env.SLACK_FAUCETBOT_WEBHOOK_URL != ''
181-
uses: slackapi/slack-github-action@v2.1.1
181+
uses: slackapi/slack-github-action@v3.0.1
182182
with:
183183
webhook: ${{ env.SLACK_FAUCETBOT_WEBHOOK_URL }}
184184
webhook-type: incoming-webhook
@@ -213,7 +213,7 @@ jobs:
213213
if: |
214214
steps.alert_faucet_usdc_base.outputs.should_alert == 'true' &&
215215
env.SLACK_FAUCETBOT_WEBHOOK_URL != ''
216-
uses: slackapi/slack-github-action@v2.1.1
216+
uses: slackapi/slack-github-action@v3.0.1
217217
with:
218218
webhook: ${{ env.SLACK_FAUCETBOT_WEBHOOK_URL }}
219219
webhook-type: incoming-webhook
@@ -248,7 +248,7 @@ jobs:
248248
if: |
249249
steps.alert_faucet_eth_op.outputs.should_alert == 'true' &&
250250
env.SLACK_FAUCETBOT_WEBHOOK_URL != ''
251-
uses: slackapi/slack-github-action@v2.1.1
251+
uses: slackapi/slack-github-action@v3.0.1
252252
with:
253253
webhook: ${{ env.SLACK_FAUCETBOT_WEBHOOK_URL }}
254254
webhook-type: incoming-webhook
@@ -283,7 +283,7 @@ jobs:
283283
if: |
284284
steps.alert_faucet_usdc_op.outputs.should_alert == 'true' &&
285285
env.SLACK_FAUCETBOT_WEBHOOK_URL != ''
286-
uses: slackapi/slack-github-action@v2.1.1
286+
uses: slackapi/slack-github-action@v3.0.1
287287
with:
288288
webhook: ${{ env.SLACK_FAUCETBOT_WEBHOOK_URL }}
289289
webhook-type: incoming-webhook
@@ -318,7 +318,7 @@ jobs:
318318
if: |
319319
steps.alert_faucet_sol.outputs.should_alert == 'true' &&
320320
env.SLACK_FAUCETBOT_WEBHOOK_URL != ''
321-
uses: slackapi/slack-github-action@v2.1.1
321+
uses: slackapi/slack-github-action@v3.0.1
322322
with:
323323
webhook: ${{ env.SLACK_FAUCETBOT_WEBHOOK_URL }}
324324
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)