Skip to content

Commit d777a0d

Browse files
committed
Version update
1 parent e18f361 commit d777a0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v6
4949

5050
- name: Cache PlatformIO
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
key: ${{ runner.os }}-pio
5454
path: |

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
6060
board = wemos_d1_mini32
6161
lib_deps =
6262
ESPmDNS
63-
bblanchon/ArduinoJson @ 7.4.2
63+
bblanchon/ArduinoJson @ 7.4.3
6464
ESP32Async/AsyncTCP @ ^3.4.10
6565
ESP32Async/ESPAsyncWebServer @ 3.10.0
6666
mathieucarbou/MycilaESPConnect @ 10.6.0

0 commit comments

Comments
 (0)