|
93 | 93 | run: | |
94 | 94 | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT |
95 | 95 | - name: Cache Conda |
96 | | - uses: actions/cache@v4 |
| 96 | + uses: actions/cache@v5 |
97 | 97 | with: |
98 | 98 | path: ~/conda_pkgs_dir |
99 | 99 | key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} |
@@ -171,7 +171,7 @@ jobs: |
171 | 171 | run: | |
172 | 172 | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT |
173 | 173 | - name: Cache Conda |
174 | | - uses: actions/cache@v4 |
| 174 | + uses: actions/cache@v5 |
175 | 175 | with: |
176 | 176 | path: ~/conda_pkgs_dir |
177 | 177 | key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} |
@@ -291,7 +291,7 @@ jobs: |
291 | 291 | run: | |
292 | 292 | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT |
293 | 293 | - name: Cache Conda |
294 | | - uses: actions/cache@v4 |
| 294 | + uses: actions/cache@v5 |
295 | 295 | with: |
296 | 296 | path: ~/conda_pkgs_dir |
297 | 297 | key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} |
@@ -337,7 +337,7 @@ jobs: |
337 | 337 | run: | |
338 | 338 | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT |
339 | 339 | - name: Cache Conda |
340 | | - uses: actions/cache@v4 |
| 340 | + uses: actions/cache@v5 |
341 | 341 | with: |
342 | 342 | path: ~/conda_pkgs_dir |
343 | 343 | key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} |
@@ -470,7 +470,7 @@ jobs: |
470 | 470 | run: | |
471 | 471 | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT |
472 | 472 | - name: Cache Conda |
473 | | - uses: actions/cache@v4 |
| 473 | + uses: actions/cache@v5 |
474 | 474 | with: |
475 | 475 | path: ~/conda_pkgs_dir |
476 | 476 | key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} |
@@ -546,7 +546,7 @@ jobs: |
546 | 546 | run: | |
547 | 547 | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT |
548 | 548 | - name: Cache Conda |
549 | | - uses: actions/cache@v4 |
| 549 | + uses: actions/cache@v5 |
550 | 550 | with: |
551 | 551 | path: ~/conda_pkgs_dir |
552 | 552 | key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} |
@@ -663,7 +663,7 @@ jobs: |
663 | 663 | run: | |
664 | 664 | echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT |
665 | 665 | - name: Cache Conda |
666 | | - uses: actions/cache@v4 |
| 666 | + uses: actions/cache@v5 |
667 | 667 | with: |
668 | 668 | path: ~/conda_pkgs_dir |
669 | 669 | key: conda-${{ runner.os }}-${{ steps.get-date.outputs.today }}-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/**') }} |
|
0 commit comments