fix: fixed failing github actions

This commit is contained in:
Andreas Gassner 2025-05-22 13:57:46 +02:00
parent 7acec08749
commit b0cd92310a

View file

@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies