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 2af40c0 + b3dd117 commit 02bd644Copy full SHA for 02bd644
.github/workflows/build_workflow.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
43
name: Cache Conda
44
- uses: actions/cache@v4
+ uses: actions/cache@v5
45
env:
46
# Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow
47
CACHE_NUMBER: 0
.github/workflows/docs_workflow.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
28
- name: Cache Conda
29
30
31
# Increase this value to reset cache if deploy/conda-dev-spec.template has not changed in the workflow
32
0 commit comments