From 1b67dd423276ac42741b2e54c6f8199e9b0ed5b6 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 22 May 2025 13:32:19 +1200 Subject: [PATCH] [sync] Update and fix sync workflow (#8873) --- .github/workflows/sync-device-classes.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-device-classes.yml b/.github/workflows/sync-device-classes.yml index b262a9f9c1..a38825fc45 100644 --- a/.github/workflows/sync-device-classes.yml +++ b/.github/workflows/sync-device-classes.yml @@ -13,10 +13,10 @@ jobs: if: github.repository == 'esphome/esphome' steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: Checkout Home Assistant - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 with: repository: home-assistant/core path: lib/home-assistant @@ -24,7 +24,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5.6.0 with: - python-version: 3.12 + python-version: 3.13 - name: Install Home Assistant run: |