From 8ff1b079abbe61b50cda135d0c81a70423138763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 03:12:22 +0000 Subject: [PATCH] Bump actions/cache from 5.0.1 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [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/v5.0.1...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 d45300dd..3c51f230 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-python@v6.1.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v5.0.1 + - uses: actions/cache@v5.0.3 timeout-minutes: 5 with: path: | @@ -66,7 +66,7 @@ jobs: with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} - - uses: actions/cache@v5.0.1 + - uses: actions/cache@v5.0.3 timeout-minutes: 5 with: path: | @@ -110,7 +110,7 @@ jobs: uses: actions/setup-python@v6.1.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v5.0.1 + - uses: actions/cache@v5.0.3 timeout-minutes: 5 with: path: |