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