diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a481561..dc99f94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip patch.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.1.0 with: files: ${{ github.workspace }}/custom_components/patch/patch.zip diff --git a/.github/workflows/speller.yml b/.github/workflows/speller.yml index e41f709..89a81ea 100644 --- a/.github/workflows/speller.yml +++ b/.github/workflows/speller.yml @@ -18,7 +18,7 @@ jobs: uses: "actions/checkout@v4.2.2" - name: "Run" - uses: streetsidesoftware/cspell-action@v6.8.1 + uses: streetsidesoftware/cspell-action@v6.9.0 with: incremental_files_only: false files: | diff --git a/requirements.txt b/requirements.txt index c879932..ca9abf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pytest-homeassistant-custom-component aiofiles -ruff==0.7.1 \ No newline at end of file +ruff==0.8.0 \ No newline at end of file