From e43f568265df7e1aabbaddccc336dbf3ea675df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:10:16 -0400 Subject: [PATCH] Bump actions/cache from 4.2.4 to 4.3.0 (#1077) Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 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/v4.2.4...v4.3.0) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ee8316..3cd93b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-python@v6.0.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 timeout-minutes: 5 with: path: | @@ -66,7 +66,7 @@ jobs: with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 timeout-minutes: 5 with: path: | @@ -112,7 +112,7 @@ jobs: uses: actions/setup-python@v6.0.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 timeout-minutes: 5 with: path: |