fix(workflows): hopefully fixed workflows being ratelimited somehow??
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 16s

This commit is contained in:
Seaswimmer 2024-01-05 13:05:40 +00:00
parent 4a790d90d8
commit 23739c682c
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.6.0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry