|
39 | 39 | 'requirements_full.txt', 'requirements_minimal.txt') }}" >> $GITHUB_OUTPUT |
40 | 40 | - name: Restore Python virtual environment |
41 | 41 | id: cache-venv |
42 | | - uses: actions/cache@v4.0.2 |
| 42 | + uses: actions/cache@v4.1.0 |
43 | 43 | with: |
44 | 44 | path: venv |
45 | 45 | key: >- |
|
59 | 59 | hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT |
60 | 60 | - name: Restore pre-commit environment |
61 | 61 | id: cache-precommit |
62 | | - uses: actions/cache@v4.0.2 |
| 62 | + uses: actions/cache@v4.1.0 |
63 | 63 | with: |
64 | 64 | path: ${{ env.PRE_COMMIT_CACHE }} |
65 | 65 | key: >- |
@@ -106,7 +106,7 @@ jobs: |
106 | 106 | 'requirements_full.txt', 'requirements_minimal.txt') }}" >> $GITHUB_OUTPUT |
107 | 107 | - name: Restore Python virtual environment |
108 | 108 | id: cache-venv |
109 | | - uses: actions/cache@v4.0.2 |
| 109 | + uses: actions/cache@v4.1.0 |
110 | 110 | with: |
111 | 111 | path: venv |
112 | 112 | key: >- |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | 'requirements_full.txt', 'requirements_minimal.txt') }}" >> $GITHUB_OUTPUT |
162 | 162 | - name: Restore Python virtual environment |
163 | 163 | id: cache-venv |
164 | | - uses: actions/cache@v4.0.2 |
| 164 | + uses: actions/cache@v4.1.0 |
165 | 165 | with: |
166 | 166 | path: venv |
167 | 167 | key: >- |
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | }}" >> $GITHUB_OUTPUT |
213 | 213 | - name: Restore Python virtual environment |
214 | 214 | id: cache-venv |
215 | | - uses: actions/cache@v4.0.2 |
| 215 | + uses: actions/cache@v4.1.0 |
216 | 216 | with: |
217 | 217 | path: venv |
218 | 218 | key: >- |
|
0 commit comments