|
57 | 57 | git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
|
58 | 58 | - name: Cache nanopb
|
59 | 59 | id: cache-nanopb
|
60 |
| - uses: actions/cache@v3 |
| 60 | + uses: actions/cache@v4 |
61 | 61 | env:
|
62 | 62 | cache-name: cache-node-modules
|
63 | 63 | with:
|
@@ -211,7 +211,7 @@ jobs:
|
211 | 211 | git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
|
212 | 212 | - name: Cache nanopb
|
213 | 213 | id: cache-nanopb
|
214 |
| - uses: actions/cache@v3 |
| 214 | + uses: actions/cache@v4 |
215 | 215 | env:
|
216 | 216 | cache-name: cache-node-modules
|
217 | 217 | with:
|
@@ -300,7 +300,7 @@ jobs:
|
300 | 300 | git clone --quiet https://github.com/pstolarz/OneWireNg.git /home/runner/Arduino/libraries/OneWireNg
|
301 | 301 | - name: Cache nanopb
|
302 | 302 | id: cache-nanopb
|
303 |
| - uses: actions/cache@v3 |
| 303 | + uses: actions/cache@v4 |
304 | 304 | env:
|
305 | 305 | cache-name: cache-node-modules
|
306 | 306 | with:
|
@@ -417,7 +417,7 @@ jobs:
|
417 | 417 | git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
|
418 | 418 | - name: Cache nanopb
|
419 | 419 | id: cache-nanopb
|
420 |
| - uses: actions/cache@v3 |
| 420 | + uses: actions/cache@v4 |
421 | 421 | env:
|
422 | 422 | cache-name: cache-node-modules
|
423 | 423 | with:
|
@@ -479,7 +479,7 @@ jobs:
|
479 | 479 | git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
|
480 | 480 | - name: Cache nanopb
|
481 | 481 | id: cache-nanopb
|
482 |
| - uses: actions/cache@v3 |
| 482 | + uses: actions/cache@v4 |
483 | 483 | env:
|
484 | 484 | cache-name: cache-node-modules
|
485 | 485 | with:
|
@@ -540,7 +540,7 @@ jobs:
|
540 | 540 | git clone --quiet https://github.com/PaulStoffregen/OneWire.git /home/runner/Arduino/libraries/OneWire
|
541 | 541 | - name: Cache nanopb
|
542 | 542 | id: cache-nanopb
|
543 |
| - uses: actions/cache@v3 |
| 543 | + uses: actions/cache@v4 |
544 | 544 | env:
|
545 | 545 | cache-name: cache-node-modules
|
546 | 546 | with:
|
@@ -589,7 +589,7 @@ jobs:
|
589 | 589 | git clone --quiet https://github.com/PaulStoffregen/OneWire.git /home/runner/Arduino/libraries/OneWire
|
590 | 590 | - name: Cache nanopb
|
591 | 591 | id: cache-nanopb
|
592 |
| - uses: actions/cache@v3 |
| 592 | + uses: actions/cache@v4 |
593 | 593 | env:
|
594 | 594 | cache-name: cache-node-modules
|
595 | 595 | with:
|
@@ -672,7 +672,7 @@ jobs:
|
672 | 672 | git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
|
673 | 673 | - name: Cache nanopb
|
674 | 674 | id: cache-nanopb
|
675 |
| - uses: actions/cache@v3 |
| 675 | + uses: actions/cache@v4 |
676 | 676 | env:
|
677 | 677 | cache-name: cache-node-modules
|
678 | 678 | with:
|
@@ -754,7 +754,7 @@ jobs:
|
754 | 754 | git clone --quiet https://github.com/pstolarz/OneWireNg.git /home/runner/Arduino/libraries/OneWireNg
|
755 | 755 | - name: Cache nanopb
|
756 | 756 | id: cache-nanopb
|
757 |
| - uses: actions/cache@v3 |
| 757 | + uses: actions/cache@v4 |
758 | 758 | env:
|
759 | 759 | cache-name: cache-node-modules
|
760 | 760 | with:
|
|
0 commit comments