File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build_flags =
1212 -D CORE_DEBUG_LEVEL =ARDUHAL_LOG_LEVEL_DEBUG
1313 -D MYCILA_JSON_SUPPORT
1414lib_deps =
15- bblanchon/ArduinoJson @ 7.4.2
15+ bblanchon/ArduinoJson @ 7.4.3
1616upload_protocol = esptool
1717monitor_speed = 115200
1818monitor_filters = esp32_exception_decoder, log2file
You can’t perform that action at this time.
0 commit comments