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 0122c5e + 53da281 commit 5ef605aCopy full SHA for 5ef605a
.github/workflows/build_workflow.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
79
name: Cache Conda
80
- uses: actions/cache@v4
+ uses: actions/cache@v5
81
env:
82
# Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow
83
CACHE_NUMBER: 0
.github/workflows/docs_workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
- name: Cache Conda
28
29
30
# Increase this value to reset cache if deploy/conda-dev-spec.template has not changed in the workflow
31
0 commit comments