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

This commit is contained in:
dependabot[bot] 2023-02-05 09:00:59 +00:00 committed by GitHub
commit 1e49e84a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.10 - name: Set up Python 3.10
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: "3.10" python-version: "3.10"
- name: Install dependencies - name: Install dependencies