Skip to content

Commit

Permalink
Upgrade Github cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
naegelejd committed Nov 22, 2023
1 parent d5b64f4 commit 6cf4150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/configure-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6cf4150

Please sign in to comment.