|
53 | 53 | patchright install chrome |
54 | 54 |
|
55 | 55 | - id: cache-pytest |
56 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb |
| 56 | + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 |
57 | 57 | with: |
58 | 58 | path: .pytest_cache |
59 | 59 | key: pytest-${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.resolution }}-${{ hashFiles('pyproject.toml') }} |
|
93 | 93 | - run: uv pip install --system .[dev] |
94 | 94 |
|
95 | 95 | - id: cache-ruff |
96 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb |
| 96 | + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 |
97 | 97 | with: |
98 | 98 | path: .ruff_cache |
99 | 99 | key: ruff-${{ hashFiles('pyproject.toml') }} |
@@ -130,7 +130,7 @@ jobs: |
130 | 130 | - run: uv pip install --system .[dev] |
131 | 131 |
|
132 | 132 | - id: cache-ruff |
133 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb |
| 133 | + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 |
134 | 134 | with: |
135 | 135 | path: .ruff_cache |
136 | 136 | key: ruff-${{ hashFiles('pyproject.toml') }} |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 | - run: uv pip install --system -e .[dev] |
219 | 219 |
|
220 | 220 | - id: cache-mypy |
221 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb |
| 221 | + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 |
222 | 222 | with: |
223 | 223 | path: .mypy_cache |
224 | 224 | key: ${{ runner.os }}-mypy-${{ hashFiles('pyproject.toml') }} |
@@ -295,7 +295,7 @@ jobs: |
295 | 295 | - run: uv pip install --system .[dev] |
296 | 296 |
|
297 | 297 | - id: cache-pre-commit |
298 | | - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb |
| 298 | + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 |
299 | 299 | with: |
300 | 300 | path: .pre-commit-cache |
301 | 301 | key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-${{ hashFiles('pyproject.toml') }} |
|
0 commit comments