diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c2056c..c28c4bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - dev steps: - name: Checkout source code - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Build ESPHome firmware to verify configuration uses: esphome/build-action@v7 with: diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 8441338..05d666b 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -19,7 +19,7 @@ jobs: - dev steps: - name: Checkout source code - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Build ESPHome firmware to verify configuration uses: esphome/build-action@v7 with: