1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check out code
17- uses : actions/checkout@v3
18- - uses : actions/setup-python@v4.6 .0
17+ uses : actions/checkout@v4
18+ - uses : actions/setup-python@v5.2 .0
1919 with :
2020 python-version : ${{ env.PYTHON_VERSION }}
2121 - name : Install dependencies
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Check out code
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 - name : Set up Python
35- uses : actions/setup-python@v4.6 .0
35+ uses : actions/setup-python@v5.2 .0
3636 with :
3737 python-version : ${{ env.PYTHON_VERSION }}
3838 - name : Install dependencies
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Check out code
50- uses : actions/checkout@v3
51- - uses : actions/setup-python@v4.6 .0
50+ uses : actions/checkout@v4
51+ - uses : actions/setup-python@v5.2 .0
5252 with :
5353 python-version : ${{ env.PYTHON_VERSION }}
5454 - name : Install dependencies
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Check out code
66- uses : actions/checkout@v3
67- - uses : actions/setup-python@v4.6 .0
66+ uses : actions/checkout@v4
67+ - uses : actions/setup-python@v5.2 .0
6868 with :
6969 python-version : ${{ env.PYTHON_VERSION }}
7070 - name : Install dependencies
7979 runs-on : ubuntu-latest
8080 steps :
8181 - name : Check out code
82- uses : actions/checkout@v3
83- - uses : actions/setup-python@v4.6 .0
82+ uses : actions/checkout@v4
83+ - uses : actions/setup-python@v5.2 .0
8484 with :
8585 python-version : ${{ env.PYTHON_VERSION }}
8686 - name : Install dependencies
9898 python-version : ["3.7", "3.8", "3.9", "3.10"]
9999 steps :
100100 - name : Check out code
101- uses : actions/checkout@v3
102- - uses : actions/setup-python@v4.6 .0
101+ uses : actions/checkout@v4
102+ - uses : actions/setup-python@v5.2 .0
103103 with :
104104 python-version : ${{ matrix.python-version }}
105105 - name : Install dependencies
@@ -127,7 +127,7 @@ jobs:
127127# if: ${{ always() }}
128128
129129 - name : Publish coverage results to Codecov
130- uses : codecov/codecov-action@v3.1.3
130+ uses : codecov/codecov-action@v4.5.0
131131 with :
132132 file : coverage-${{ matrix.python-version }}.xml
133133 fail_ci_if_error : true
@@ -139,8 +139,8 @@ jobs:
139139 python-version : ["3.7", "3.8", "3.9", "3.10"]
140140 steps :
141141 - name : Check out code
142- uses : actions/checkout@v3
143- - uses : actions/setup-python@v4.6 .0
142+ uses : actions/checkout@v4
143+ - uses : actions/setup-python@v5.2 .0
144144 with :
145145 python-version : ${{ matrix.python-version }}
146146 - name : Build wheel
@@ -156,9 +156,9 @@ jobs:
156156 if : github.event_name == 'pull_request'
157157 steps :
158158 - name : Check out code
159- uses : actions/checkout@v3
159+ uses : actions/checkout@v4
160160
161- - uses : actions/setup-python@v4.6 .0
161+ - uses : actions/setup-python@v5.2 .0
162162 with :
163163 python-version : ${{ env.PYTHON_VERSION }}
164164
@@ -172,7 +172,7 @@ jobs:
172172 run : mkdocs build --strict
173173
174174 - name : Upload coverage results artifact
175- uses : actions/upload-artifact@v3
175+ uses : actions/upload-artifact@v4
176176 with :
177177 name : docs-site
178178 path : site/
@@ -182,9 +182,9 @@ jobs:
182182 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
183183 steps :
184184 - name : Check out code
185- uses : actions/checkout@v3
185+ uses : actions/checkout@v4
186186
187- - uses : actions/setup-python@v4.6 .0
187+ - uses : actions/setup-python@v5.2 .0
188188 with :
189189 python-version : ${{ env.PYTHON_VERSION }}
190190
0 commit comments