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 021647f + 369a24b commit 8acb7c1Copy full SHA for 8acb7c1
.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