diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index a48ed48d..e05974e2 100644 --- a/.github/workflows/compile_development.yml +++ b/.github/workflows/compile_development.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 with: ref: development03 - - uses: benjlevesque/short-sha@v2.0 + - uses: benjlevesque/short-sha@v2.1 id: short-sha with: length: 7 diff --git a/tools/esp8266/scripts/getVersion.py b/tools/esp8266/scripts/getVersion.py index 943286c9..34e1f2b7 100644 --- a/tools/esp8266/scripts/getVersion.py +++ b/tools/esp8266/scripts/getVersion.py @@ -1,7 +1,7 @@ import os from datetime import date -def genOtaBin(path) +def genOtaBin(path): arr = [] arr.append(1) arr.append(0)