diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index f16e191..9f53ef5 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -39,7 +39,7 @@ jobs: cache-hit-idf-v4: ${{ steps.cache-idf-v4.outputs.cache-hit }} cache-hit-idf-v5: ${{ steps.cache-idf-v5.outputs.cache-hit }} cache-hit-arduino: ${{ steps.cache-arduino.outputs.cache-hit }} - + steps: - name: Checkout repository uses: actions/checkout@main