From e6918e2f01fcc1fc66f4fcda703fa0c10caf2a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 15:12:45 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 4.0.0 to 4.1.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/0ce1b0bf8b818ef400413f810f8a11cdbda0034b...278981a28ce3188b1e39527901f38254bf3aac89) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e7b73b4..97257786 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: sudo apt-get install pngquant uv sync - name: Ruff - uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b + uses: astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 - name: Test with pytest run: | uv run pytest . --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=custom_components.supernotify --cov-report=xml --cov-report=html