Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2.1.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh authored Nov 12, 2024
2 parents f31de02 + 312726d commit a034146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
zip ims-envista.zip -r ./
- name: "Upload the ZIP file to the release"
uses: "softprops/action-gh-release@v2.0.9"
uses: "softprops/action-gh-release@v2.1.0"
with:
files: ${{ github.workspace }}/custom_components/ims_envista/ims-envista.zip
2 changes: 1 addition & 1 deletion custom_components/ims_envista/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class ImsEnvistaSensorEntityDescription(


async def async_setup_entry(
hass: HomeAssistant, # noqa: ARG001 Unused function argument: `hass`
hass: HomeAssistant, # noqa: ARG001 function argument: `hass`
entry: ImsEnvistaConfigEntry,
async_add_entities: AddEntitiesCallback,
) -> None:
Expand Down

0 comments on commit a034146

Please sign in to comment.