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 9f1ce0f commit 9ba1cddCopy full SHA for 9ba1cdd
.github/workflows/code-structure-analysis.yml
@@ -74,7 +74,7 @@ jobs:
74
run: npm ci
75
76
- name: Setup Cache for Conda package manager Mambaforge
77
- uses: actions/cache@v3
+ uses: actions/cache@v4
78
env:
79
# Increase this value to reset cache if etc/example-environment.yml has not changed
80
# Reference: https://github.com/conda-incubator/setup-miniconda#caching
@@ -105,7 +105,7 @@ jobs:
105
run: mkdir -p ./temp
106
107
- name: Setup Cache for "temp/downloads" folder
108
109
with:
110
path: ./temp/downloads
111
key:
0 commit comments