diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a52c00..62d261a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - dev steps: - name: Checkout source code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 - 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 16c7541..f684f84 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -23,7 +23,7 @@ jobs: - dev steps: - name: Checkout source code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 - name: Build ESPHome firmware to verify configuration uses: esphome/build-action@v7 with: