We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f3d3bb + d3c8fa8 commit e0f0eccCopy full SHA for e0f0ecc
.github/workflows/python-package-conda-cache.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Set cache date
48
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
49
50
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
51
with:
52
path: ${{ matrix.prefix }}
53
key: ${{ matrix.label }}-conda-${{ hashFiles('environment.yml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
0 commit comments