From 9b7273e4f7d7a2e090c908bdea7e7097a95bd612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:55:09 +0100 Subject: [PATCH] Bump actions/cache from 4.1.1 to 4.1.2 (#509) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.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.1.1...v4.1.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-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 86c80a4a..8b7a5cd4 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.1.1 + uses: actions/cache@v4.1.2 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.1.1 + uses: actions/cache@v4.1.2 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.1.1 + uses: actions/cache@v4.1.2 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 578e83de..453ab5ca 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.1.1 + uses: actions/cache@v4.1.2 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 2 @@ -78,7 +78,7 @@ jobs: - name: "Conda environment cache" id: conda-env-cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 env: # Increment the build number to force a cache refresh. CACHE_BUILD: 2 @@ -97,7 +97,7 @@ jobs: conda list - name: "Tox cache" - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 env: # Increment the build number to forece a cache refresh. CACHE_BUILD: 2