From 3ee745cc35be98e242c0d2361446ff64d7da51d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:47:26 +0000 Subject: [PATCH] Bump actions/cache from 4.0.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.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.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 9ebe9a79..4a72a4f0 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.0.1 + uses: actions/cache@v4.0.2 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 2 @@ -59,7 +59,7 @@ jobs: - name: "Conda environment cache" id: conda-env-cache - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 2 @@ -78,7 +78,7 @@ jobs: conda list - name: "Tox cache" - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 env: # Increment the build number to forece a cache refresh. CACHE_BUILD: 2 diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a12c74a5..4d80de23 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -55,7 +55,7 @@ jobs: echo "CACHE_PERIOD=$(date +%Y).$(expr $(date +%U) / ${CACHE_WEEKS})" >> ${GITHUB_ENV} - name: "Conda package cache" - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 2 @@ -74,7 +74,7 @@ jobs: - name: "Conda environment cache" id: conda-env-cache - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 2 @@ -93,7 +93,7 @@ jobs: conda list - name: "Tox cache" - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 env: # Increment the build number to forece a cache refresh. CACHE_BUILD: 2