From 2c83bfc687e64be9ea2b9801983cbbdbab654071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:34:41 -0700 Subject: [PATCH] chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (#1394) Bumps [actions/cache](/~https://github.com/actions/cache) from 4.0.2 to 4.1.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.0.2...v4.1.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/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 5271c76b1..2195c8b76 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -51,7 +51,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: x64 - name: Cache conda - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 env: # Increase this value to reset cache if '.ci_helpers/py{0}.yaml' has not changed CACHE_NUMBER: 0