Skip to content

Commit 12d8fc8

Browse files
authored
Merge pull request freqtrade#11684 from freqtrade/dependabot/github_actions/develop/rjstone/discord-webhook-notify-1.1.1
chore(deps): bump rjstone/discord-webhook-notify from 1.0.4 to 1.1.1
2 parents 02ab0eb + 959f81f commit 12d8fc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
mypy freqtrade scripts tests
145145
146146
- name: Discord notification
147-
uses: rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 #v1.0.4
147+
uses: rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 #v1.1.1
148148
if: failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
149149
with:
150150
severity: error
@@ -270,7 +270,7 @@ jobs:
270270
mypy freqtrade scripts
271271
272272
- name: Discord notification
273-
uses: rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 #v1.0.4
273+
uses: rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 #v1.1.1
274274
if: failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
275275
with:
276276
severity: info
@@ -363,7 +363,7 @@ jobs:
363363
shell: powershell
364364

365365
- name: Discord notification
366-
uses: rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 #v1.0.4
366+
uses: rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 #v1.1.1
367367
if: failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
368368
with:
369369
severity: error
@@ -421,7 +421,7 @@ jobs:
421421
mkdocs build
422422
423423
- name: Discord notification
424-
uses: rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 #v1.0.4
424+
uses: rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 #v1.1.1
425425
if: failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
426426
with:
427427
severity: error
@@ -508,7 +508,7 @@ jobs:
508508
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
509509

510510
- name: Discord notification
511-
uses: rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 #v1.0.4
511+
uses: rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 #v1.1.1
512512
if: always() && steps.check.outputs.has-permission && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
513513
with:
514514
severity: info
@@ -703,7 +703,7 @@ jobs:
703703
build_helpers/publish_docker_arm64.sh
704704
705705
- name: Discord notification
706-
uses: rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 #v1.0.4
706+
uses: rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 #v1.1.1
707707
if: always() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false) && (github.event_name != 'schedule')
708708
with:
709709
severity: info

0 commit comments

Comments
 (0)