We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b65db + 369a24b commit d43c9e8Copy full SHA for d43c9e8
.github/workflows/asv-benchmarking.yml
@@ -49,7 +49,7 @@ jobs:
49
shell: bash
50
51
- name: Cache environment
52
- uses: actions/cache@v4
+ uses: actions/cache@v5
53
with:
54
path: ${{ env.CONDA }}/envs
55
key: conda-${{ runner.os }}--${{ runner.arch }}--${{ steps.get-date.outputs.today }}-${{ hashFiles('./ci/asv.yml') }}-${{ env.CACHE_NUMBER }}
0 commit comments