We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542bea6 commit e24a019Copy full SHA for e24a019
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v6
21
22
- name: Cache
23
- uses: actions/cache@v4
+ uses: actions/cache@v5
24
with:
25
key: ${{ runner.os }}-cpplint
26
path: ~/.cache/pip
@@ -61,7 +61,7 @@ jobs:
61
62
63
- name: Cache PlatformIO
64
65
66
key: ${{ runner.os }}-pio
67
path: |
platformio.ini
@@ -13,7 +13,7 @@ build_flags =
13
build_unflags =
14
-std=gnu++11
15
lib_deps =
16
- bblanchon/ArduinoJson @ 7.4.2
+ bblanchon/ArduinoJson @ 7.4.3
17
; paulstoffregen/OneWire @ 2.3.8
18
; milesburton/DallasTemperature @ 3.11.0
19
upload_protocol = esptool
0 commit comments