Update actions/setup-python action to v5 (#4781)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
renovate[bot]
2024-05-13 18:52:30 -06:00
committed by GitHub
parent 48ce444477
commit ca2b85d786

View File

@ -44,7 +44,7 @@ jobs:
fi
echo "result=$RESULT" >> "$GITHUB_OUTPUT"
- name: Install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PIP_VERSION }}
cache: 'pip'