From 65e0cfe9a0c8f5a5913c53fbe0dd659d17827643 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Fri, 4 Sep 2026 19:29:52 +0200 Subject: [PATCH 1/3] Set actions/checkout to v6 --- .github/workflows/core_next.yml | 2 +- .github/workflows/hassfest.yaml | 2 +- .github/workflows/test.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/core_next.yml b/.github/workflows/core_next.yml index 4373b1a49..087c6d37d 100644 --- a/.github/workflows/core_next.yml +++ b/.github/workflows/core_next.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ steps.python.outputs.python-version }} # Ensure all runners use THIS minor version steps: - name: Check out committed code - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + uses: actions/checkout@v6 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml index b05a1b75d..28d0bb830 100644 --- a/.github/workflows/hassfest.yaml +++ b/.github/workflows/hassfest.yaml @@ -11,5 +11,5 @@ jobs: hassfest_custom: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + - uses: actions/checkout@v6 - uses: home-assistant/actions/hassfest@f4ca6f671bd429efb108c0f2fa0ae8af0215986c diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac8b58044..ae3c571c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + - uses: actions/checkout@v6 - name: Run ShellCheck uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 @@ -42,7 +42,7 @@ jobs: python-version: ${{ steps.python.outputs.python-version }} steps: - name: Check out committed code - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + uses: actions/checkout@v6 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 @@ -101,7 +101,7 @@ jobs: - prepare steps: - name: Check out committed code - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + uses: actions/checkout@v6 - name: Prepare code checkout and python/prek/pre-commit setup id: cache-reuse uses: plugwise/gh-actions/prepare-python-and-code@9054f02b05e53697300c41df27d0307332dc7cd8 @@ -132,7 +132,7 @@ jobs: release_failed: ${{ steps.ha_core_release_tests.outputs.release_failed }} steps: - name: Check out committed code - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + uses: actions/checkout@v6 - name: Prepare code checkout and python/prek/pre-commit setup id: cache-reuse uses: plugwise/gh-actions/prepare-python-and-code@9054f02b05e53697300c41df27d0307332dc7cd8 @@ -173,7 +173,7 @@ jobs: dev_failed: ${{ steps.ha_core_dev_tests.outputs.dev_failed }} steps: - name: Check out committed code - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + uses: actions/checkout@v6 - name: Prepare code checkout and python/prek/pre-commit setup id: cache-reuse uses: plugwise/gh-actions/prepare-python-and-code@9054f02b05e53697300c41df27d0307332dc7cd8 From 80e3d4b7fd46c711e9321ccc02426791aae01b00 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Fri, 4 Sep 2026 19:49:42 +0200 Subject: [PATCH 2/3] Save updated test-snapshots --- .../plugwise/snapshots/test_climate.ambr | 16 ++++++++-------- .../plugwise/snapshots/test_water_heater.ambr | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/components/plugwise/snapshots/test_climate.ambr b/tests/components/plugwise/snapshots/test_climate.ambr index ffcda5cee..e8299465a 100644 --- a/tests/components/plugwise/snapshots/test_climate.ambr +++ b/tests/components/plugwise/snapshots/test_climate.ambr @@ -75,7 +75,7 @@ ]), : , : 0.1, - : 15.0, + : 15.0, }), 'context': , 'entity_id': 'climate.bathroom', @@ -161,7 +161,7 @@ ]), : , : 0.1, - : 20.0, + : 20.0, }), 'context': , 'entity_id': 'climate.living_room', @@ -245,7 +245,7 @@ ]), : , : 0.1, - : 14.0, + : 14.0, }), 'context': , 'entity_id': 'climate.badkamer', @@ -329,7 +329,7 @@ ]), : , : 0.1, - : 13.0, + : 13.0, }), 'context': , 'entity_id': 'climate.bios', @@ -411,7 +411,7 @@ ]), : , : 0.1, - : 5.5, + : 5.5, }), 'context': , 'entity_id': 'climate.garage', @@ -495,7 +495,7 @@ ]), : , : 0.1, - : 15.0, + : 15.0, }), 'context': , 'entity_id': 'climate.jessie', @@ -579,7 +579,7 @@ ]), : , : 0.1, - : 21.5, + : 21.5, }), 'context': , 'entity_id': 'climate.woonkamer', @@ -748,7 +748,7 @@ ]), : , : 0.1, - : 19.0, + : 19.0, }), 'context': , 'entity_id': 'climate.anna', diff --git a/tests/components/plugwise/snapshots/test_water_heater.ambr b/tests/components/plugwise/snapshots/test_water_heater.ambr index 2f3ef30d5..ba369b13b 100644 --- a/tests/components/plugwise/snapshots/test_water_heater.ambr +++ b/tests/components/plugwise/snapshots/test_water_heater.ambr @@ -58,7 +58,7 @@ : , : None, : None, - : 60.0, + : 60.0, }), 'context': , 'entity_id': 'water_heater.opentherm', @@ -127,7 +127,7 @@ : , : None, : None, - : 60.0, + : 60.0, }), 'context': , 'entity_id': 'water_heater.opentherm', From 3c43af49d791c568be581264cf62f54de35d3190 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Fri, 4 Sep 2026 19:52:32 +0200 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a9e0c41..1cf98d003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Versions from 0.40 and up ## Ongoing +- Fix Issue [#1133](https://github.com/plugwise/plugwise-beta/issues/1133) by upgrading actions/checkout to v6, via PR [#1136](https://github.com/plugwise/plugwise-beta/pull/1136) - Various updates: Core PR's [#176905](https://github.com/home-assistant/core/pull/176905), [#177963](https://github.com/home-assistant/core/pull/177963), [#178164](https://github.com/home-assistant/core/pull/178164), [#178334](https://github.com/home-assistant/core/pull/178334), [#180236](https://github.com/home-assistant/core/pull/180236), and fixes - Correct test-function header with more than 5 arguments via PR [#1118](https://github.com/plugwise/plugwise-beta/pull/1118) - Implement @pytest.mark.usefixtures() via PR [#1117](https://github.com/plugwise/plugwise-beta/pull/1117)