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:47:47 +04:00
parent 78a7907976
commit 9aa04793a5
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@ jobs:
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-22.04
steps:
- name: Checkout repository

View File

@ -15,6 +15,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
- name: Cache pre-commit hooks
id: cache-pre-commit