Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/homeassistant-2024.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aohzan authored Aug 19, 2024
2 parents f83a270 + cda02fe commit 99a1e15
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/checkout@v4"

- name: "Set up Python"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.12"
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 rfplayer.zip -r ./
- name: "Upload the ZIP file to the release"
uses: softprops/[email protected].5
uses: softprops/[email protected].8
with:
files: ${{ github.workspace }}/custom_components/rfplayer/rfplayer.zip
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
colorlog==6.8.2
homeassistant==2024.8.2
ruff==0.4.8
ruff==0.6.1

# pyserial==3.5
# pyserial-asyncio==0.6

0 comments on commit 99a1e15

Please sign in to comment.