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: