Skip to content

Commit

Permalink
Move from cache@v2 to @V3 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger authored Dec 13, 2022
1 parent 9fef920 commit c23683a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo 'source $CONDA/etc/profile.d/conda.sh' >> "$HOME/.bash_profile"
- name: Cache conda
id: minicondaCache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/conda/pkgs
Expand Down

0 comments on commit c23683a

Please sign in to comment.