diff --git a/.github/workflows/core_next.yml b/.github/workflows/core_next.yml index 5f1b8edec..94c337ab5 100644 --- a/.github/workflows/core_next.yml +++ b/.github/workflows/core_next.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Fetch HA pyproject diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b90ac55c1..362f823b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Fetch HA pyproject