From 6f52aa6630cc58a0dfabf51bbfe4ab2b8b61312e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:33:53 -0500 Subject: [PATCH] Bump actions/cache from 4.2.1 to 4.2.2 (#988) Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2. - [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.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 de20ce3..7323ed2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: quansight-labs/setup-python@v5.4.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v4.2.1 + - uses: actions/cache@v4.2.2 timeout-minutes: 5 with: path: | @@ -64,7 +64,7 @@ jobs: with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} - - uses: actions/cache@v4.2.1 + - uses: actions/cache@v4.2.2 timeout-minutes: 5 with: path: | @@ -111,7 +111,7 @@ jobs: uses: quansight-labs/setup-python@v5.4.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v4.2.1 + - uses: actions/cache@v4.2.2 timeout-minutes: 5 with: path: |