We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05a25d commit eba6814Copy full SHA for eba6814
.github/workflows/docs.yml
@@ -90,7 +90,7 @@ jobs:
90
cat requirements-full.txt
91
92
- name: Setup caching for conda packages
93
- uses: actions/cache@v3
+ uses: actions/cache@v4
94
with:
95
path: ~/conda_pkgs_dir
96
key: conda-${{ runner.os }}-${{ env.PYTHON }}-${{ hashFiles('requirements-full.txt') }}
.github/workflows/test.yml
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
124
125
0 commit comments