Skip to content

Commit ca86ef2

Browse files
BSKYrvagg
BSKY
authored andcommitted
test: bump actions/checkout from v1 to v2
PR-URL: #2063 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Christian Clauss <[email protected]>
1 parent e7402b4 commit ca86ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Python_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [macos-latest, ubuntu-latest, windows-latest]
1414
python-version: [2.7, 3.6, 3.7, 3.8] # 3.5,
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v1
1919
with:

0 commit comments

Comments
 (0)