|
33 | 33 | 'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}" |
34 | 34 | - name: Restore Python virtual environment |
35 | 35 | id: cache-venv |
36 | | - uses: actions/cache@v3.0.2 |
| 36 | + uses: actions/cache@v3.0.3 |
37 | 37 | with: |
38 | 38 | path: venv |
39 | 39 | key: >- |
|
56 | 56 | hashFiles('.pre-commit-config.yaml') }}" |
57 | 57 | - name: Restore pre-commit environment |
58 | 58 | id: cache-precommit |
59 | | - uses: actions/cache@v3.0.2 |
| 59 | + uses: actions/cache@v3.0.3 |
60 | 60 | with: |
61 | 61 | path: ${{ env.PRE_COMMIT_CACHE }} |
62 | 62 | key: >- |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | 'requirements_test_brain.txt') }}" |
105 | 105 | - name: Restore Python virtual environment |
106 | 106 | id: cache-venv |
107 | | - uses: actions/cache@v3.0.2 |
| 107 | + uses: actions/cache@v3.0.3 |
108 | 108 | with: |
109 | 109 | path: venv |
110 | 110 | key: >- |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 | 'requirements_test_brain.txt') }}" |
154 | 154 | - name: Restore Python virtual environment |
155 | 155 | id: cache-venv |
156 | | - uses: actions/cache@v3.0.2 |
| 156 | + uses: actions/cache@v3.0.3 |
157 | 157 | with: |
158 | 158 | path: venv |
159 | 159 | key: >- |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | python-version: ${{ matrix.python-version }} |
201 | 201 | - name: Restore Python virtual environment |
202 | 202 | id: cache-venv |
203 | | - uses: actions/cache@v3.0.2 |
| 203 | + uses: actions/cache@v3.0.3 |
204 | 204 | with: |
205 | 205 | path: venv |
206 | 206 | key: |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | 'requirements_test_brain.txt') }}" |
255 | 255 | - name: Restore Python virtual environment |
256 | 256 | id: cache-venv |
257 | | - uses: actions/cache@v3.0.2 |
| 257 | + uses: actions/cache@v3.0.3 |
258 | 258 | with: |
259 | 259 | path: venv |
260 | 260 | key: >- |
@@ -298,7 +298,7 @@ jobs: |
298 | 298 | hashFiles('setup.cfg', 'requirements_test_min.txt') }}" |
299 | 299 | - name: Restore Python virtual environment |
300 | 300 | id: cache-venv |
301 | | - uses: actions/cache@v3.0.2 |
| 301 | + uses: actions/cache@v3.0.3 |
302 | 302 | with: |
303 | 303 | path: venv |
304 | 304 | key: >- |
|
0 commit comments