Skip to content

Commit c7b2af7

Browse files
authored
Upgrade CI versions (#536)
1 parent bab603f commit c7b2af7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- "3.8"
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

@@ -43,7 +43,7 @@ jobs:
4343
python -m pytest --doctest-modules --cov=./ --cov-report=xml -s
4444
4545
- name: Upload Coverage
46-
uses: codecov/codecov-action@v2
46+
uses: codecov/codecov-action@v3
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949
directory: ./coverage/reports/
@@ -71,10 +71,10 @@ jobs:
7171
- "3.10"
7272

7373
steps:
74-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v3
7575

7676
- name: Set up Python ${{ matrix.python-version }}
77-
uses: actions/setup-python@v2
77+
uses: actions/setup-python@v4
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080

@@ -112,10 +112,10 @@ jobs:
112112
- "3.10"
113113

114114
steps:
115-
- uses: actions/checkout@v2
115+
- uses: actions/checkout@v3
116116

117117
- name: Set up Python ${{ matrix.python-version }}
118-
uses: actions/setup-python@v2
118+
uses: actions/setup-python@v4
119119
with:
120120
python-version: ${{ matrix.python-version }}
121121

@@ -151,10 +151,10 @@ jobs:
151151
- "3.8"
152152

153153
steps:
154-
- uses: actions/checkout@v2
154+
- uses: actions/checkout@v3
155155

156156
- name: Set up Python ${{ matrix.python-version }}
157-
uses: actions/setup-python@v2
157+
uses: actions/setup-python@v4
158158
with:
159159
python-version: ${{ matrix.python-version }}
160160

0 commit comments

Comments
 (0)