From 4d53b3eacd711e94d0b629d1de149c70523f7d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 01:26:57 +0000 Subject: [PATCH] Bump actions/cache from 4.2.0 to 4.2.1 in the dependencies group Bumps the dependencies group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.0 to 4.2.1 - [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.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-locks.yml | 6 +++--- .github/workflows/ci-tests.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index ec667936..b8e6adfb 100644 --- a/.github/workflows/ci-locks.yml +++ b/.github/workflows/ci-locks.yml @@ -40,7 +40,7 @@ jobs: echo "CACHE_PERIOD=$(date +%Y).$(expr $(date +%U) / ${CACHE_WEEKS})" >> ${GITHUB_ENV} - name: "Conda package cache" - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 5 @@ -58,7 +58,7 @@ jobs: - name: "Conda environment cache" id: conda-env-cache - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 5 @@ -77,7 +77,7 @@ jobs: conda list - name: "Tox cache" - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 env: # Increment the build number to forece a cache refresh. CACHE_BUILD: 5 diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a062dd35..6036c1e3 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -59,7 +59,7 @@ jobs: echo "CACHE_PERIOD=$(date +%Y).$(expr $(date +%U) / ${CACHE_WEEKS})" >> ${GITHUB_ENV} - name: "Conda package cache" - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 2 @@ -77,7 +77,7 @@ jobs: - name: "Conda environment cache" id: conda-env-cache - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 2 @@ -96,7 +96,7 @@ jobs: conda list - name: "Tox cache" - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 env: # Increment the build number to forece a cache refresh. CACHE_BUILD: 2