Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1260 from kubernetes-client/depe…
Browse files Browse the repository at this point in the history
…ndabot/github_actions/actions/setup-python-v2.1.2

Bump actions/setup-python from v1 to v2.1.2
  • Loading branch information
k8s-ci-robot authored Sep 29, 2020
2 parents d1ccbf2 + f72d2a5 commit 945aac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2.1.2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 945aac9

Please sign in to comment.