diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b18817..2d3757f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: - aquaponics-kit.yaml steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build ESPHome firmware to verify configuration - uses: esphome/build-action@v1.5.0 + uses: esphome/build-action@v3.1.0 with: yaml_file: ${{ matrix.file }}