2626 uses : actions/checkout@v2.3.4
2727 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2828 id : python
29- uses : actions/setup-python@v2.2.1
29+ uses : actions/setup-python@v2.2.2
3030 with :
3131 python-version : ${{ env.DEFAULT_PYTHON }}
3232 - name : Generate partial Python venv restore key
3737 'requirements_test_pre_commit.txt') }}"
3838 - name : Restore Python virtual environment
3939 id : cache-venv
40- uses : actions/cache@v2.1.4
40+ uses : actions/cache@v2.1.6
4141 with :
4242 path : venv
4343 key : >-
6060 hashFiles('.pre-commit-config.yaml') }}"
6161 - name : Restore pre-commit environment
6262 id : cache-precommit
63- uses : actions/cache@v2.1.4
63+ uses : actions/cache@v2.1.6
6464 with :
6565 path : ${{ env.PRE_COMMIT_CACHE }}
6666 key : >-
@@ -82,12 +82,12 @@ jobs:
8282 uses : actions/checkout@v2.3.4
8383 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
8484 id : python
85- uses : actions/setup-python@v2.2.1
85+ uses : actions/setup-python@v2.2.2
8686 with :
8787 python-version : ${{ env.DEFAULT_PYTHON }}
8888 - name : Restore Python virtual environment
8989 id : cache-venv
90- uses : actions/cache@v2.1.4
90+ uses : actions/cache@v2.1.6
9191 with :
9292 path : venv
9393 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
9999 exit 1
100100 - name : Restore pre-commit environment
101101 id : cache-precommit
102- uses : actions/cache@v2.1.4
102+ uses : actions/cache@v2.1.6
103103 with :
104104 path : ${{ env.PRE_COMMIT_CACHE }}
105105 key : ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -123,12 +123,12 @@ jobs:
123123 uses : actions/checkout@v2.3.4
124124 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
125125 id : python
126- uses : actions/setup-python@v2.2.1
126+ uses : actions/setup-python@v2.2.2
127127 with :
128128 python-version : ${{ env.DEFAULT_PYTHON }}
129129 - name : Restore Python virtual environment
130130 id : cache-venv
131- uses : actions/cache@v2.1.4
131+ uses : actions/cache@v2.1.6
132132 with :
133133 path : venv
134134 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -153,12 +153,12 @@ jobs:
153153 uses : actions/checkout@v2.3.4
154154 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
155155 id : python
156- uses : actions/setup-python@v2.2.1
156+ uses : actions/setup-python@v2.2.2
157157 with :
158158 python-version : ${{ env.DEFAULT_PYTHON }}
159159 - name : Restore Python virtual environment
160160 id : cache-venv
161- uses : actions/cache@v2.1.4
161+ uses : actions/cache@v2.1.6
162162 with :
163163 path : venv
164164 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -187,7 +187,7 @@ jobs:
187187 uses : actions/checkout@v2.3.4
188188 - name : Set up Python ${{ matrix.python-version }}
189189 id : python
190- uses : actions/setup-python@v2.2.1
190+ uses : actions/setup-python@v2.2.2
191191 with :
192192 python-version : ${{ matrix.python-version }}
193193 - name : Generate partial Python venv restore key
@@ -198,7 +198,7 @@ jobs:
198198 'requirements_test_pre_commit.txt') }}"
199199 - name : Restore Python virtual environment
200200 id : cache-venv
201- uses : actions/cache@v2.1.4
201+ uses : actions/cache@v2.1.6
202202 with :
203203 path : venv
204204 key : >-
@@ -228,12 +228,12 @@ jobs:
228228 uses : actions/checkout@v2.3.4
229229 - name : Set up Python ${{ matrix.python-version }}
230230 id : python
231- uses : actions/setup-python@v2.2.1
231+ uses : actions/setup-python@v2.2.2
232232 with :
233233 python-version : ${{ matrix.python-version }}
234234 - name : Restore Python virtual environment
235235 id : cache-venv
236- uses : actions/cache@v2.1.4
236+ uses : actions/cache@v2.1.6
237237 with :
238238 path : venv
239239 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
0 commit comments