chore(deps): update actions/setup-python action to v3 (#45330)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/45315/head
renovate[bot] 2022-03-03 13:43:37 +05:30 committed by GitHub
parent d96ab11ffd
commit f5c0c2bf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
cache: npm
- name: Configure Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v3
if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
with:
python-version: '3.x'