diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 6f3becb..da63b41 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -58,7 +58,7 @@ jobs: - run: uv pip install --system --resolution ${{ matrix.resolution }} -e .[dev] - id: cache-pytest - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: .pytest_cache key: ${{ matrix.os }}-pytest-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }} @@ -101,7 +101,7 @@ jobs: - run: uv pip install --system -e .[dev] - id: cache-ruff - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: .ruff_cache key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }} @@ -140,7 +140,7 @@ jobs: - run: uv pip install --system -e .[dev] - id: cache-ruff - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: .ruff_cache key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }} @@ -185,7 +185,7 @@ jobs: - run: uv pip install --system -e .[dev] - id: cache-mypy - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: .mypy_cache key: ${{ runner.os }}-mypy-3.13-${{ hashFiles('pyproject.toml') }} @@ -305,7 +305,7 @@ jobs: - run: uv pip install --system -e .[dev] - id: cache-pre-commit - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: .pre-commit-cache key: ${{ runner.os }}-pre-commit-3.13-${{ hashFiles('.pre-commit-config.yaml') }}