From 62b4c9f7b412ac5e8f27d9b0baf98fcd893b3253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:20:55 -0500 Subject: [PATCH] Bump actions/cache from 4.1.2 to 4.2.0 (#934) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.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.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache 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 d7878bf..59f4620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-python@v5.3.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 timeout-minutes: 5 with: path: | @@ -62,7 +62,7 @@ jobs: with: python-version: ${{ matrix.PYTHON.VERSION }} architecture: ${{ matrix.WINDOWS.ARCH }} - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 timeout-minutes: 5 with: path: | @@ -107,7 +107,7 @@ jobs: uses: actions/setup-python@v5.3.0 with: python-version: ${{ matrix.PYTHON.VERSION }} - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 timeout-minutes: 5 with: path: |