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.
1 parent f67b890 commit 1426137Copy full SHA for 1426137
.github/workflows/test-report.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: mamba list
36
run: mamba list
37
38
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
39
id: cache
40
with:
41
# Suffix is depending on the backend / OS. Let's be agnostic here
.github/workflows/tests.yaml
@@ -145,7 +145,7 @@ jobs:
145
146
- name: Cache Conda env
147
if: steps.skip-caching.outputs.trigger-found != 'true'
148
- uses: actions/cache@v4
+ uses: actions/cache@v5
149
150
path: ${{ env.CONDA }}/envs
151
key: conda-${{ matrix.os }}-${{ matrix.environment }}-${{ matrix.label }}-${{ steps.get-date.outputs.today }}-${{ hashFiles(env.CONDA_FILE) }}-${{ env.CACHE_NUMBER }}
0 commit comments