Skip to content

Commit da32a2f

Browse files
cclaussUlysses Souza
authored andcommitted
GitHub Actions: Upgrade actions/checkout
https://github.com/actions/checkout/releases Signed-off-by: Christian Clauss <[email protected]>
1 parent d7b16ef commit da32a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v2
1717
with:

0 commit comments

Comments
 (0)