Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 0726211

Browse files
committed
ci: Update to checkout action v2
Signed-off-by: John Andersen <[email protected]>
1 parent 34cd0c4 commit 0726211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [12.x]
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v2
1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v1
2020
with:
@@ -41,7 +41,7 @@ jobs:
4141
python-version: [3.7]
4242

4343
steps:
44-
- uses: actions/checkout@v1
44+
- uses: actions/checkout@v2
4545
- name: Set up Python ${{ matrix.python-version }}
4646
uses: actions/setup-python@v1
4747
with:

0 commit comments

Comments
 (0)