chore(deps): update actions/setup-python action to v4 (#1614)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-06-08 12:05:40 -04:00 committed by GitHub
parent 9ef09d7bdb
commit bcfc817d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v3.1.2 uses: actions/setup-python@v4.0.0
- name: Annotate Charts.yaml for Renovate PR's - name: Annotate Charts.yaml for Renovate PR's
if: inputs.isRenovatePR == 'true' if: inputs.isRenovatePR == 'true'