1515 steps :
1616 - name : Check out code
1717 uses : actions/checkout@v3
18- - uses : actions/setup-python@v4.6.0
18+ - uses : actions/setup-python@v4.9.1
1919 with :
2020 python-version : ${{ env.PYTHON_VERSION }}
2121 - name : Install dependencies
3232 - name : Check out code
3333 uses : actions/checkout@v3
3434 - name : Set up Python
35- uses : actions/setup-python@v4.6.0
35+ uses : actions/setup-python@v4.9.1
3636 with :
3737 python-version : ${{ env.PYTHON_VERSION }}
3838 - name : Install dependencies
4848 steps :
4949 - name : Check out code
5050 uses : actions/checkout@v3
51- - uses : actions/setup-python@v4.6.0
51+ - uses : actions/setup-python@v4.9.1
5252 with :
5353 python-version : ${{ env.PYTHON_VERSION }}
5454 - name : Install dependencies
6464 steps :
6565 - name : Check out code
6666 uses : actions/checkout@v3
67- - uses : actions/setup-python@v4.6.0
67+ - uses : actions/setup-python@v4.9.1
6868 with :
6969 python-version : ${{ env.PYTHON_VERSION }}
7070 - name : Install dependencies
8080 steps :
8181 - name : Check out code
8282 uses : actions/checkout@v3
83- - uses : actions/setup-python@v4.6.0
83+ - uses : actions/setup-python@v4.9.1
8484 with :
8585 python-version : ${{ env.PYTHON_VERSION }}
8686 - name : Install dependencies
9999 steps :
100100 - name : Check out code
101101 uses : actions/checkout@v3
102- - uses : actions/setup-python@v4.6.0
102+ - uses : actions/setup-python@v4.9.1
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- 130+ 131131 with :
132132 file : coverage-${{ matrix.python-version }}.xml
133133 fail_ci_if_error : true
@@ -140,7 +140,7 @@ jobs:
140140 steps :
141141 - name : Check out code
142142 uses : actions/checkout@v3
143- - uses : actions/setup-python@v4.6.0
143+ - uses : actions/setup-python@v4.9.1
144144 with :
145145 python-version : ${{ matrix.python-version }}
146146 - name : Build wheel
@@ -158,7 +158,7 @@ jobs:
158158 - name : Check out code
159159 uses : actions/checkout@v3
160160
161- - uses : actions/setup-python@v4.6.0
161+ - uses : actions/setup-python@v4.9.1
162162 with :
163163 python-version : ${{ env.PYTHON_VERSION }}
164164
@@ -184,7 +184,7 @@ jobs:
184184 - name : Check out code
185185 uses : actions/checkout@v3
186186
187- - uses : actions/setup-python@v4.6.0
187+ - uses : actions/setup-python@v4.9.1
188188 with :
189189 python-version : ${{ env.PYTHON_VERSION }}
190190
0 commit comments