From 8139b54d0d638024c8d7b5e59eb7989b9e783fbf Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:37:28 +0100 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 76ccbe8..ffba070 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -78,17 +78,17 @@ jobs: #declare -a required_libs=("https://github.com/matthias-bs/BresserWeatherSensorReceiver.git" declare -a required_libs=( "BresserWeatherSensorReceiver@0.30.0" - "RadioLib@7.1.1" + "RadioLib@7.1.2" "LoRa Serialization@3.3.1" "ESP32Time@2.0.6" "OneWireNg@0.13.3" "DallasTemperature@3.9.0" "NimBLE-Arduino@1.4.3" "ATC_MiThermometer@0.4.2" - "TheengsDecoder@1.8.2" + "TheengsDecoder@1.8.3" "Preferences@2.1.0" - "ArduinoJson@7.2.1" - "M5Unified@0.2.1" + "ArduinoJson@7.3.0" + "M5Unified@0.2.2" "M5Core2@0.2.0" "powerfeather-sdk@1.0.7") for i in "${required_libs[@]}"