Skip to content

Commit a40b4a5

Browse files
authored
[7.17] Upgrade actions/checkout to v2
1 parent 586d5d9 commit a40b4a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Repository
11-
uses: actions/checkout@v1
11+
uses: actions/checkout@v2
1212
- name: Set up Python 3.7
1313
uses: actions/setup-python@v2
1414
with:
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout Repository
26-
uses: actions/checkout@v1
26+
uses: actions/checkout@v2
2727
- name: Set up Python 3.7
2828
uses: actions/setup-python@v2
2929
with:
@@ -49,7 +49,7 @@ jobs:
4949
continue-on-error: ${{ matrix.experimental }}
5050
steps:
5151
- name: Checkout Repository
52-
uses: actions/checkout@v1
52+
uses: actions/checkout@v2
5353
- name: Set Up Python - ${{ matrix.python-version }}
5454
uses: actions/setup-python@v2
5555
with:

0 commit comments

Comments
 (0)