@@ -25,14 +25,14 @@ jobs:
2525 with :
2626 node-version : 20
2727 - name : Cache pip
28- uses : actions/cache@v4.3.0
28+ uses : actions/cache@v5.0.1
2929 with :
3030 path : ~/.cache/pip
3131 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
3232 restore-keys : |
3333 ${{ runner.os }}-pip-
3434 - name : Cache PlatformIO
35- uses : actions/cache@v4.3.0
35+ uses : actions/cache@v5.0.1
3636 with :
3737 path : ~/.platformio
3838 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -101,14 +101,14 @@ jobs:
101101 with :
102102 node-version : 20
103103 - name : Cache pip
104- uses : actions/cache@v4.3.0
104+ uses : actions/cache@v5.0.1
105105 with :
106106 path : ~/.cache/pip
107107 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
108108 restore-keys : |
109109 ${{ runner.os }}-pip-
110110 - name : Cache PlatformIO
111- uses : actions/cache@v4.3.0
111+ uses : actions/cache@v5.0.1
112112 with :
113113 path : ~/.platformio
114114 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -195,14 +195,14 @@ jobs:
195195 with :
196196 node-version : 20
197197 - name : Cache pip
198- uses : actions/cache@v4.3.0
198+ uses : actions/cache@v5.0.1
199199 with :
200200 path : ~/.cache/pip
201201 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
202202 restore-keys : |
203203 ${{ runner.os }}-pip-
204204 - name : Cache PlatformIO
205- uses : actions/cache@v4.3.0
205+ uses : actions/cache@v5.0.1
206206 with :
207207 path : ~/.platformio
208208 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -321,14 +321,14 @@ jobs:
321321 with :
322322 node-version : 20
323323 - name : Cache pip
324- uses : actions/cache@v4.3.0
324+ uses : actions/cache@v5.0.1
325325 with :
326326 path : ~/.cache/pip
327327 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
328328 restore-keys : |
329329 ${{ runner.os }}-pip-
330330 - name : Cache PlatformIO
331- uses : actions/cache@v4.3.0
331+ uses : actions/cache@v5.0.1
332332 with :
333333 path : ~/.platformio
334334 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -454,14 +454,14 @@ jobs:
454454 with :
455455 node-version : 20
456456 - name : Cache pip
457- uses : actions/cache@v4.3.0
457+ uses : actions/cache@v5.0.1
458458 with :
459459 path : ~/.cache/pip
460460 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
461461 restore-keys : |
462462 ${{ runner.os }}-pip-
463463 - name : Cache PlatformIO
464- uses : actions/cache@v4.3.0
464+ uses : actions/cache@v5.0.1
465465 with :
466466 path : ~/.platformio
467467 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -587,14 +587,14 @@ jobs:
587587 with :
588588 node-version : 20
589589 - name : Cache pip
590- uses : actions/cache@v4.3.0
590+ uses : actions/cache@v5.0.1
591591 with :
592592 path : ~/.cache/pip
593593 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
594594 restore-keys : |
595595 ${{ runner.os }}-pip-
596596 - name : Cache PlatformIO
597- uses : actions/cache@v4.3.0
597+ uses : actions/cache@v5.0.1
598598 with :
599599 path : ~/.platformio
600600 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -685,14 +685,14 @@ jobs:
685685 with :
686686 node-version : 20
687687 - name : Cache pip
688- uses : actions/cache@v4.3.0
688+ uses : actions/cache@v5.0.1
689689 with :
690690 path : ~/.cache/pip
691691 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
692692 restore-keys : |
693693 ${{ runner.os }}-pip-
694694 - name : Cache PlatformIO
695- uses : actions/cache@v4.3.0
695+ uses : actions/cache@v5.0.1
696696 with :
697697 path : ~/.platformio
698698 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -762,14 +762,14 @@ jobs:
762762 with :
763763 node-version : 20
764764 - name : Cache pip
765- uses : actions/cache@v4.3.0
765+ uses : actions/cache@v5.0.1
766766 with :
767767 path : ~/.cache/pip
768768 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
769769 restore-keys : |
770770 ${{ runner.os }}-pip-
771771 - name : Cache PlatformIO
772- uses : actions/cache@v4.3.0
772+ uses : actions/cache@v5.0.1
773773 with :
774774 path : ~/.platformio
775775 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -857,14 +857,14 @@ jobs:
857857 with :
858858 node-version : 20
859859 - name : Cache pip
860- uses : actions/cache@v4.3.0
860+ uses : actions/cache@v5.0.1
861861 with :
862862 path : ~/.cache/pip
863863 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
864864 restore-keys : |
865865 ${{ runner.os }}-pip-
866866 - name : Cache PlatformIO
867- uses : actions/cache@v4.3.0
867+ uses : actions/cache@v5.0.1
868868 with :
869869 path : ~/.platformio
870870 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -975,14 +975,14 @@ jobs:
975975 with :
976976 node-version : 20
977977 - name : Cache pip
978- uses : actions/cache@v4.3.0
978+ uses : actions/cache@v5.0.1
979979 with :
980980 path : ~/.cache/pip
981981 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
982982 restore-keys : |
983983 ${{ runner.os }}-pip-
984984 - name : Cache PlatformIO
985- uses : actions/cache@v4.3.0
985+ uses : actions/cache@v5.0.1
986986 with :
987987 path : ~/.platformio
988988 key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
0 commit comments