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

This commit is contained in:
renovate[bot] 2024-01-01 08:45:39 +00:00 committed by GitHub
parent ef1a5da22a
commit 9f4a7d3d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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