Update actions/setup-python action to v5

This commit is contained in:
renovate[bot] 2023-12-10 14:44:39 +00:00 committed by GitHub
parent 3c92dfebb3
commit 8fb93f33f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies