Merge pull request #1416 from kubernetes-client/dependabot/github_actions/actions/setup-python-v2.2.2

Bump actions/setup-python from v2.1.4 to v2.2.2
This commit is contained in:
Kubernetes Prow Robot 2021-04-12 20:48:50 -07:00 committed by GitHub
commit b313b5e74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies