Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pip-gte-24.1.1-and-lt-24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
torbennehmer authored Sep 3, 2024
2 parents c1b4f88 + f88d58c commit b19d8f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Set up Python"
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.2.0
with:
python-version: "3.11"
cache: "pip"
Expand Down
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 hacs-e3dc_rscp.zip -r ./
- name: "Upload the ZIP file to the release"
uses: softprops/[email protected].6
uses: softprops/[email protected].8
with:
files: ${{ github.workspace }}/custom_components/e3dc_rscp/hacs-e3dc_rscp.zip
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homeassistant>=2024.1.0
colorlog==6.8.2
pip>=24.1.1,<24.3
ruff==0.5.0
ruff==0.6.3
pye3dc==0.9.2

0 comments on commit b19d8f0

Please sign in to comment.