fix(workflows): hopefully fixed workflows being ratelimited somehow??
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 16s
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 16s
This commit is contained in:
parent
4a790d90d8
commit
23739c682c
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue