Skip to content

Commit 6f1b870

Browse files
committed
Version update
1 parent 5eaa973 commit 6f1b870

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
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
@@ -79,10 +79,10 @@ jobs:
7979
# board: esp32-c6-devkitc-1
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v5
82+
uses: actions/checkout@v6
8383

8484
- name: Cache PlatformIO
85-
uses: actions/cache@v4
85+
uses: actions/cache@v5
8686
with:
8787
key: ${{ runner.os }}-pio
8888
path: |

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build_flags =
1212
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
1313
-D MYCILA_JSON_SUPPORT
1414
lib_deps =
15-
bblanchon/ArduinoJson @ 7.4.2
15+
bblanchon/ArduinoJson @ 7.4.3
1616
upload_protocol = esptool
1717
monitor_speed = 115200
1818
monitor_filters = esp32_exception_decoder, log2file

0 commit comments

Comments
 (0)