feat: обновлены версии зависимостей и линтеров
Some checks failed
Lint project / lint (push) Failing after 6s

- Обновлена версия `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:46:45 +04:00
parent 864bc8eb3e
commit 78a7907976
2 changed files with 0 additions and 4 deletions

View File

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

View File

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