From 6cf41507762623b5968b7cde64add9d7f09b451d Mon Sep 17 00:00:00 2001 From: Joe Naegele Date: Wed, 22 Nov 2023 22:20:57 +0000 Subject: [PATCH] Upgrade Github cache action to v3 --- .github/actions/configure-environment/action.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/configure-environment/action.yml b/.github/actions/configure-environment/action.yml index f16918d6..03fd2377 100644 --- a/.github/actions/configure-environment/action.yml +++ b/.github/actions/configure-environment/action.yml @@ -29,7 +29,7 @@ runs: - name: Cache Conda Env id: cache-conda - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.CONDA }}/envs key: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82227a86..cbdbc6f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ defaults: shell: bash -el {0} env: - # Increase this to reset cache manually + # Increase this to manually reset the conda environment cache CONDA_CACHE_NUMBER: 0 jobs: