diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2292c92..f6cc6e1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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