Merge pull request #1265 from kubernetes-client/dependabot/github_actions/actions/setup-python-v2.1.3
Bump actions/setup-python from v2.1.2 to v2.1.3
This commit is contained in:
commit
6d64cf67d3
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2.1.2
|
||||
uses: actions/setup-python@v2.1.3
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
||||
Loading…
Reference in New Issue
Block a user