feat: обновлены версии зависимостей и линтеров
All checks were successful
Lint project / lint (push) Successful in 18s
All checks were successful
Lint project / lint (push) Successful in 18s
- Обновлена версия `poetry` до 2.0.0 в файлах `.gitea/workflows/lint.yaml` и `.github/workflows/lint.yaml`. - Удалены неиспользуемые переменные окружения: `RUNNER_TOOL_CACHE`, `AGENT_TOOLSDIRECTORY`.
This commit is contained in:
parent
22914ff025
commit
3efa24a521
@ -44,7 +44,7 @@ jobs:
|
|||||||
run: poetry run pre-commit run --all-files --hook-stage manual
|
run: poetry run pre-commit run --all-files --hook-stage manual
|
||||||
|
|
||||||
- name: Run Telegram Notify Action
|
- name: Run Telegram Notify Action
|
||||||
uses: proDreams/actions-telegram-notifier@v1
|
uses: proDreams/actions-telegram-notifier@main
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||||
|
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
run: poetry run pre-commit run --all-files --hook-stage manual
|
run: poetry run pre-commit run --all-files --hook-stage manual
|
||||||
|
|
||||||
- name: Run Telegram Notify Action
|
- name: Run Telegram Notify Action
|
||||||
uses: proDreams/actions-telegram-notifier@v1
|
uses: proDreams/actions-telegram-notifier@main
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user