Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/amitfin/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
amitfin committed Dec 1, 2024
2 parents a68dfd6 + d264d3e commit a4da1d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/speller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Run"
uses: streetsidesoftware/cspell-action@v6.8.1
uses: streetsidesoftware/cspell-action@v6.9.0
with:
incremental_files_only: false
files: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest-homeassistant-custom-component
aiofiles
ruff==0.7.1
ruff==0.8.0

0 comments on commit a4da1d5

Please sign in to comment.