Skip to content

Commit e24a019

Browse files
committed
Version update
1 parent 542bea6 commit e24a019

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Cache
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
key: ${{ runner.os }}-cpplint
2626
path: ~/.cache/pip
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v6
6262

6363
- name: Cache PlatformIO
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
key: ${{ runner.os }}-pio
6767
path: |

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_flags =
1313
build_unflags =
1414
-std=gnu++11
1515
lib_deps =
16-
bblanchon/ArduinoJson @ 7.4.2
16+
bblanchon/ArduinoJson @ 7.4.3
1717
; paulstoffregen/OneWire @ 2.3.8
1818
; milesburton/DallasTemperature @ 3.11.0
1919
upload_protocol = esptool

0 commit comments

Comments
 (0)