Skip to content

Commit e0f0ecc

Browse files
authored
Merge pull request #76 from lcmd-epfl/briling-patch-1
Update python-package-conda-cache.yml
2 parents 3f3d3bb + d3c8fa8 commit e0f0ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-conda-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set cache date
4848
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
4949

50-
- uses: actions/cache@v2
50+
- uses: actions/cache@v4
5151
with:
5252
path: ${{ matrix.prefix }}
5353
key: ${{ matrix.label }}-conda-${{ hashFiles('environment.yml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}

0 commit comments

Comments
 (0)