Bump actions/setup-python from 4 to 5 #4

Open
dependabot[bot] wants to merge 1 commits from dependabot/github_actions/actions/setup-python-5 into main
Showing only changes of commit 224b7e6394 - Show all commits

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