|
57 | 57 | run: echo "MONOREPO_COMMIT_ID=${{ hashFiles('./geth/monorepo_commit') }}" >> $GITHUB_ENV |
58 | 58 | - name: Restore celo-monorepo cache |
59 | 59 | id: celo-monorepo-cache |
60 | | - uses: actions/cache@v4 |
| 60 | + uses: actions/cache@v5 |
61 | 61 | with: |
62 | 62 | path: celo-monorepo |
63 | 63 | key: celo-monorepo-cache-${{ env.MONOREPO_COMMIT_ID }}-${{ env.CHECKOUT_MONOREPO_CACHE_VERSION }} |
@@ -389,7 +389,7 @@ jobs: |
389 | 389 | run: echo "MONOREPO_COMMIT_ID=${{ hashFiles('./geth/monorepo_commit') }}" >> $GITHUB_ENV |
390 | 390 | - name: Restore celo-monorepo cache |
391 | 391 | id: celo-monorepo-cache |
392 | | - uses: actions/cache@v4 |
| 392 | + uses: actions/cache@v5 |
393 | 393 | with: |
394 | 394 | path: celo-monorepo |
395 | 395 | key: celo-monorepo-cache-${{ env.MONOREPO_COMMIT_ID }}-${{ env.CHECKOUT_MONOREPO_CACHE_VERSION }} |
@@ -438,7 +438,7 @@ jobs: |
438 | 438 | run: echo "MONOREPO_COMMIT_ID=${{ hashFiles('./geth/monorepo_commit') }}" >> $GITHUB_ENV |
439 | 439 | - name: Restore celo-monorepo cache |
440 | 440 | id: celo-monorepo-cache |
441 | | - uses: actions/cache@v4 |
| 441 | + uses: actions/cache@v5 |
442 | 442 | with: |
443 | 443 | path: celo-monorepo |
444 | 444 | key: celo-monorepo-cache-${{ env.MONOREPO_COMMIT_ID }}-${{ env.CHECKOUT_MONOREPO_CACHE_VERSION }} |
@@ -487,7 +487,7 @@ jobs: |
487 | 487 | run: echo "MONOREPO_COMMIT_ID=${{ hashFiles('./geth/monorepo_commit') }}" >> $GITHUB_ENV |
488 | 488 | - name: Restore celo-monorepo cache |
489 | 489 | id: celo-monorepo-cache |
490 | | - uses: actions/cache@v4 |
| 490 | + uses: actions/cache@v5 |
491 | 491 | with: |
492 | 492 | path: celo-monorepo |
493 | 493 | key: celo-monorepo-cache-${{ env.MONOREPO_COMMIT_ID }}-${{ env.CHECKOUT_MONOREPO_CACHE_VERSION }} |
@@ -535,7 +535,7 @@ jobs: |
535 | 535 | run: echo "MONOREPO_COMMIT_ID=${{ hashFiles('./geth/monorepo_commit') }}" >> $GITHUB_ENV |
536 | 536 | - name: Restore celo-monorepo cache |
537 | 537 | id: celo-monorepo-cache |
538 | | - uses: actions/cache@v4 |
| 538 | + uses: actions/cache@v5 |
539 | 539 | with: |
540 | 540 | path: celo-monorepo |
541 | 541 | key: celo-monorepo-cache-${{ env.MONOREPO_COMMIT_ID }}-${{ env.CHECKOUT_MONOREPO_CACHE_VERSION }} |
@@ -583,7 +583,7 @@ jobs: |
583 | 583 | run: echo "MONOREPO_COMMIT_ID=${{ hashFiles('./geth/monorepo_commit') }}" >> $GITHUB_ENV |
584 | 584 | - name: Restore celo-monorepo cache |
585 | 585 | id: celo-monorepo-cache |
586 | | - uses: actions/cache@v4 |
| 586 | + uses: actions/cache@v5 |
587 | 587 | with: |
588 | 588 | path: celo-monorepo |
589 | 589 | key: celo-monorepo-cache-${{ env.MONOREPO_COMMIT_ID }}-${{ env.CHECKOUT_MONOREPO_CACHE_VERSION }} |
@@ -631,7 +631,7 @@ jobs: |
631 | 631 | run: echo "MONOREPO_COMMIT_ID=${{ hashFiles('./geth/monorepo_commit') }}" >> $GITHUB_ENV |
632 | 632 | - name: Restore celo-monorepo cache |
633 | 633 | id: celo-monorepo-cache |
634 | | - uses: actions/cache@v4 |
| 634 | + uses: actions/cache@v5 |
635 | 635 | with: |
636 | 636 | path: celo-monorepo |
637 | 637 | key: celo-monorepo-cache-${{ env.MONOREPO_COMMIT_ID }}-${{ env.CHECKOUT_MONOREPO_CACHE_VERSION }} |
@@ -679,7 +679,7 @@ jobs: |
679 | 679 | run: echo "MONOREPO_COMMIT_ID=${{ hashFiles('./geth/monorepo_commit') }}" >> $GITHUB_ENV |
680 | 680 | - name: Restore celo-monorepo cache |
681 | 681 | id: celo-monorepo-cache |
682 | | - uses: actions/cache@v4 |
| 682 | + uses: actions/cache@v5 |
683 | 683 | with: |
684 | 684 | path: celo-monorepo |
685 | 685 | key: celo-monorepo-cache-${{ env.MONOREPO_COMMIT_ID }}-${{ env.CHECKOUT_MONOREPO_CACHE_VERSION }} |
@@ -727,7 +727,7 @@ jobs: |
727 | 727 | run: echo "MONOREPO_COMMIT_ID=${{ hashFiles('./geth/monorepo_commit') }}" >> $GITHUB_ENV |
728 | 728 | - name: Restore celo-monorepo cache |
729 | 729 | id: celo-monorepo-cache |
730 | | - uses: actions/cache@v4 |
| 730 | + uses: actions/cache@v5 |
731 | 731 | with: |
732 | 732 | path: celo-monorepo |
733 | 733 | key: celo-monorepo-cache-${{ env.MONOREPO_COMMIT_ID }}-${{ env.CHECKOUT_MONOREPO_CACHE_VERSION }} |
|
0 commit comments