3838 python-version : ${{ matrix.python-version }}
3939
4040 - name : Install uv
41- uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
41+ uses : astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
4242 with :
43+ activate-environment : true
4344 enable-cache : true
4445 python-version : ${{ matrix.python-version }}
4546 cache-dependency-glob : " requirements**.txt"
@@ -144,7 +145,7 @@ jobs:
144145 mypy freqtrade scripts tests
145146
146147 - name : Discord notification
147- uses : rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 # v1.0.4
148+ uses : rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 # v1.1.1
148149 if : failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
149150 with :
150151 severity : error
@@ -170,8 +171,9 @@ jobs:
170171 check-latest : true
171172
172173 - name : Install uv
173- uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
174+ uses : astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
174175 with :
176+ activate-environment : true
175177 enable-cache : true
176178 python-version : ${{ matrix.python-version }}
177179 cache-dependency-glob : " requirements**.txt"
@@ -270,7 +272,7 @@ jobs:
270272 mypy freqtrade scripts
271273
272274 - name : Discord notification
273- uses : rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 # v1.0.4
275+ uses : rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 # v1.1.1
274276 if : failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
275277 with :
276278 severity : info
@@ -296,8 +298,9 @@ jobs:
296298 python-version : ${{ matrix.python-version }}
297299
298300 - name : Install uv
299- uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
301+ uses : astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
300302 with :
303+ activate-environment : true
301304 enable-cache : true
302305 python-version : ${{ matrix.python-version }}
303306 cache-dependency-glob : " requirements**.txt"
@@ -363,7 +366,7 @@ jobs:
363366 shell : powershell
364367
365368 - name : Discord notification
366- uses : rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 # v1.0.4
369+ uses : rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 # v1.1.1
367370 if : failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
368371 with :
369372 severity : error
@@ -421,7 +424,7 @@ jobs:
421424 mkdocs build
422425
423426 - name : Discord notification
424- uses : rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 # v1.0.4
427+ uses : rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 # v1.1.1
425428 if : failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
426429 with :
427430 severity : error
@@ -443,8 +446,9 @@ jobs:
443446 python-version : " 3.12"
444447
445448 - name : Install uv
446- uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
449+ uses : astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
447450 with :
451+ activate-environment : true
448452 enable-cache : true
449453 python-version : " 3.12"
450454 cache-dependency-glob : " requirements**.txt"
@@ -508,7 +512,7 @@ jobs:
508512 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
509513
510514 - name : Discord notification
511- uses : rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 # v1.0.4
515+ uses : rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 # v1.1.1
512516 if : always() && steps.check.outputs.has-permission && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
513517 with :
514518 severity : info
@@ -703,7 +707,7 @@ jobs:
703707 build_helpers/publish_docker_arm64.sh
704708
705709 - name : Discord notification
706- uses : rjstone/discord-webhook-notify@89b0bf43c2c8514f70d0dcba4a706b904e8a3112 # v1.0.4
710+ uses : rjstone/discord-webhook-notify@1399c1b2d57cc05894d506d2cfdc33c5f012b993 # v1.1.1
707711 if : always() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false) && (github.event_name != 'schedule')
708712 with :
709713 severity : info
0 commit comments