|
52 | 52 | - run: uv pip install --system -e .[dev]
|
53 | 53 |
|
54 | 54 | - id: cache-pytest
|
55 |
| - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
| 55 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
56 | 56 | with:
|
57 | 57 | path: .pytest_cache
|
58 | 58 | key: ${{ runner.os }}-pytest-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
|
|
97 | 97 | - run: uv pip install --system -e .[dev]
|
98 | 98 |
|
99 | 99 | - id: cache-ruff
|
100 |
| - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
| 100 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
101 | 101 | with:
|
102 | 102 | path: .ruff_cache
|
103 | 103 | key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }}
|
@@ -136,7 +136,7 @@ jobs:
|
136 | 136 | - run: uv pip install --system -e .[dev]
|
137 | 137 |
|
138 | 138 | - id: cache-ruff
|
139 |
| - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
| 139 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
140 | 140 | with:
|
141 | 141 | path: .ruff_cache
|
142 | 142 | key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }}
|
@@ -183,7 +183,7 @@ jobs:
|
183 | 183 | - run: uv pip install --system -e .[dev]
|
184 | 184 |
|
185 | 185 | - id: cache-mypy
|
186 |
| - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
| 186 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
187 | 187 | with:
|
188 | 188 | path: .mypy_cache
|
189 | 189 | key: ${{ runner.os }}-mypy-3.13-${{ hashFiles('pyproject.toml') }}
|
@@ -305,7 +305,7 @@ jobs:
|
305 | 305 | - run: uv pip install --system -e .[dev]
|
306 | 306 |
|
307 | 307 | - id: cache-pre-commit
|
308 |
| - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
| 308 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 |
309 | 309 | with:
|
310 | 310 | path: .pre-commit-cache
|
311 | 311 | key: ${{ runner.os }}-pre-commit-3.13
|
|
0 commit comments