diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a567be3..ead7bcb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -82,15 +82,15 @@ jobs: "LoRa Serialization@3.3.1" "ESP32Time@2.0.6" "OneWireNg@0.14.0" - "DallasTemperature@4.0.2" + "DallasTemperature@4.0.3" "NimBLE-Arduino@2.2.1" "ATC_MiThermometer@0.5.0" - "TheengsDecoder@1.8.4" + "TheengsDecoder@1.8.5" "Preferences@2.1.0" "ArduinoJson@7.3.0" "M5Unified@0.2.3" "M5Core2@0.2.0" - "powerfeather-sdk@1.0.7") + "powerfeather-sdk@1.1.0") for i in "${required_libs[@]}" do arduino-cli lib install "$i"