|
37 | 37 | 'requirements_test_pre_commit.txt') }}" |
38 | 38 | - name: Restore Python virtual environment |
39 | 39 | id: cache-venv |
40 | | - uses: actions/[email protected].10 |
| 40 | + uses: actions/[email protected].11 |
41 | 41 | with: |
42 | 42 | path: venv |
43 | 43 | key: >- |
|
58 | 58 | hashFiles('.pre-commit-config.yaml') }}" |
59 | 59 | - name: Restore pre-commit environment |
60 | 60 | id: cache-precommit |
61 | | - uses: actions/[email protected].10 |
| 61 | + uses: actions/[email protected].11 |
62 | 62 | with: |
63 | 63 | path: ${{ env.PRE_COMMIT_CACHE }} |
64 | 64 | key: >- |
|
83 | 83 | python-version: ${{ env.DEFAULT_PYTHON }} |
84 | 84 | - name: Restore Python virtual environment |
85 | 85 | id: cache-venv |
86 | | - uses: actions/[email protected].10 |
| 86 | + uses: actions/[email protected].11 |
87 | 87 | with: |
88 | 88 | path: venv |
89 | 89 | key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ |
|
95 | 95 | exit 1 |
96 | 96 | - name: Restore pre-commit environment |
97 | 97 | id: cache-precommit |
98 | | - uses: actions/[email protected].10 |
| 98 | + uses: actions/[email protected].11 |
99 | 99 | with: |
100 | 100 | path: ${{ env.PRE_COMMIT_CACHE }} |
101 | 101 | key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }} |
@@ -123,7 +123,7 @@ jobs: |
123 | 123 | python-version: ${{ env.DEFAULT_PYTHON }} |
124 | 124 | - name: Restore Python virtual environment |
125 | 125 | id: cache-venv |
126 | | - uses: actions/[email protected].10 |
| 126 | + uses: actions/[email protected].11 |
127 | 127 | with: |
128 | 128 | path: venv |
129 | 129 | key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | python-version: ${{ env.DEFAULT_PYTHON }} |
153 | 153 | - name: Restore Python virtual environment |
154 | 154 | id: cache-venv |
155 | | - uses: actions/[email protected].10 |
| 155 | + uses: actions/[email protected].11 |
156 | 156 | with: |
157 | 157 | path: venv |
158 | 158 | key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ |
@@ -192,7 +192,7 @@ jobs: |
192 | 192 | 'requirements_test_pre_commit.txt') }}" |
193 | 193 | - name: Restore Python virtual environment |
194 | 194 | id: cache-venv |
195 | | - uses: actions/[email protected].10 |
| 195 | + uses: actions/[email protected].11 |
196 | 196 | with: |
197 | 197 | path: venv |
198 | 198 | key: >- |
|
0 commit comments