diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index b4424334..6453d2c1 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@v3.2.5 + uses: actions/cache@v3.2.6 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@v3.2.5 + uses: actions/cache@v3.2.6 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@v3.2.5 + uses: actions/cache@v3.2.6 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 1e2a0e61..8c88e8a2 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@v3.2.5 + uses: actions/cache@v3.2.6 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@v3.2.5 + uses: actions/cache@v3.2.6 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@v3.2.5 + uses: actions/cache@v3.2.6 env: # Increment the build number to forece a cache refresh. CACHE_BUILD: 2