Merge pull request #5 from ElBe-Development/dependabot/github_actions/actions/setup-python-5

Bump actions/setup-python from 4 to 5
This commit is contained in:
ElBe 2025-01-24 12:53:05 +01:00 committed by GitHub
commit 21d4ba85e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies from txt files