feat: обновлены версии зависимостей и линтеров
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:
proDream 2025-01-10 02:38:36 +04:00
parent 22914ff025
commit 3efa24a521
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
run: poetry run pre-commit run --all-files --hook-stage manual
- name: Run Telegram Notify Action
uses: proDreams/actions-telegram-notifier@v1
uses: proDreams/actions-telegram-notifier@main
if: always()
with:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}

View File

@ -39,7 +39,7 @@ jobs:
run: poetry run pre-commit run --all-files --hook-stage manual
- name: Run Telegram Notify Action
uses: proDreams/actions-telegram-notifier@v1
uses: proDreams/actions-telegram-notifier@main
if: always()
with:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}