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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/46635/head
renovate[bot] 2022-06-23 21:02:32 +05:30 committed by GitHub
parent 9046d70b67
commit 0b7848dab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
node-version: '16'
- name: Configure Python 3.x
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # tag=v3
uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb # tag=v4
if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
with:
python-version: '3.x'