From 1e80b8f3ae3087a3b5b9d3b4604796cdb69d060a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:24:21 +0000 Subject: [PATCH] Bump actions/cache from 4.2.3 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...0057852bfaa89a56745cba8c7296529d2fc39830) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index aa2b832..bd74f39 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -52,7 +52,7 @@ jobs: - run: uv pip install --system -e .[dev] - id: cache-pytest - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 with: path: .pytest_cache key: ${{ runner.os }}-pytest-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }} @@ -97,7 +97,7 @@ jobs: - run: uv pip install --system -e .[dev] - id: cache-ruff - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 with: path: .ruff_cache key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }} @@ -136,7 +136,7 @@ jobs: - run: uv pip install --system -e .[dev] - id: cache-ruff - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 with: path: .ruff_cache key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }} @@ -183,7 +183,7 @@ jobs: - run: uv pip install --system -e .[dev] - id: cache-mypy - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 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@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 with: path: .pre-commit-cache key: ${{ runner.os }}-pre-commit-3.13