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

This commit is contained in:
Mend Renovate
2024-01-10 15:21:37 +00:00
committed by GitHub
parent 00b4598734
commit e8ed4c3fd9
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Fetch pull request branch