Skip to content

Commit 453dc6d

Browse files
committed
set to cache v4
1 parent 0760b45 commit 453dc6d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
5858
- name: Cache nanopb
5959
id: cache-nanopb
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
env:
6262
cache-name: cache-node-modules
6363
with:
@@ -211,7 +211,7 @@ jobs:
211211
git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
212212
- name: Cache nanopb
213213
id: cache-nanopb
214-
uses: actions/cache@v3
214+
uses: actions/cache@v4
215215
env:
216216
cache-name: cache-node-modules
217217
with:
@@ -300,7 +300,7 @@ jobs:
300300
git clone --quiet https://github.com/pstolarz/OneWireNg.git /home/runner/Arduino/libraries/OneWireNg
301301
- name: Cache nanopb
302302
id: cache-nanopb
303-
uses: actions/cache@v3
303+
uses: actions/cache@v4
304304
env:
305305
cache-name: cache-node-modules
306306
with:
@@ -417,7 +417,7 @@ jobs:
417417
git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
418418
- name: Cache nanopb
419419
id: cache-nanopb
420-
uses: actions/cache@v3
420+
uses: actions/cache@v4
421421
env:
422422
cache-name: cache-node-modules
423423
with:
@@ -479,7 +479,7 @@ jobs:
479479
git clone --quiet https://github.com/adafruit/Adafruit_TinyUSB_Arduino /home/runner/Arduino/libraries/Adafruit_TinyUSB_Arduino
480480
- name: Cache nanopb
481481
id: cache-nanopb
482-
uses: actions/cache@v3
482+
uses: actions/cache@v4
483483
env:
484484
cache-name: cache-node-modules
485485
with:
@@ -540,7 +540,7 @@ jobs:
540540
git clone --quiet https://github.com/PaulStoffregen/OneWire.git /home/runner/Arduino/libraries/OneWire
541541
- name: Cache nanopb
542542
id: cache-nanopb
543-
uses: actions/cache@v3
543+
uses: actions/cache@v4
544544
env:
545545
cache-name: cache-node-modules
546546
with:
@@ -589,7 +589,7 @@ jobs:
589589
git clone --quiet https://github.com/PaulStoffregen/OneWire.git /home/runner/Arduino/libraries/OneWire
590590
- name: Cache nanopb
591591
id: cache-nanopb
592-
uses: actions/cache@v3
592+
uses: actions/cache@v4
593593
env:
594594
cache-name: cache-node-modules
595595
with:
@@ -672,7 +672,7 @@ jobs:
672672
git clone --depth 1 --branch development https://github.com/brentru/Adafruit_LvGL_Glue.git /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library
673673
- name: Cache nanopb
674674
id: cache-nanopb
675-
uses: actions/cache@v3
675+
uses: actions/cache@v4
676676
env:
677677
cache-name: cache-node-modules
678678
with:
@@ -754,7 +754,7 @@ jobs:
754754
git clone --quiet https://github.com/pstolarz/OneWireNg.git /home/runner/Arduino/libraries/OneWireNg
755755
- name: Cache nanopb
756756
id: cache-nanopb
757-
uses: actions/cache@v3
757+
uses: actions/cache@v4
758758
env:
759759
cache-name: cache-node-modules
760760
with:

0 commit comments

Comments
 (0)