chore(deps): update actions/setup-python action to v5

This commit is contained in:
renovate[bot] 2024-07-05 07:46:34 +00:00 committed by GitHub
parent 7015be1355
commit b08ed39e3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- 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