Skip to content

Commit 3ed320d

Browse files
authored
Move to v3 of checkout action (#207)
* Move to v3 of checkout action * Add name to first CI step * Fix formatting typo
1 parent 980b8e2 commit 3ed320d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- name: Checkout
20+
uses: actions/checkout@v3
21+
2022
- name: Set up Python
2123
uses: actions/setup-python@v2
2224
with:

0 commit comments

Comments
 (0)