Skip to content

Commit

Permalink
test: bump actions/checkout from v1 to v2
Browse files Browse the repository at this point in the history
PR-URL: #2063
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
  • Loading branch information
BSKY authored and rvagg committed Mar 9, 2020
1 parent e7402b4 commit ca86ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Python_tests.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [2.7, 3.6, 3.7, 3.8] # 3.5,
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit ca86ef2

Please sign in to comment.