Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelprete committed Jul 5, 2024
2 parents ac6b9c6 + 1692699 commit 6a16aef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: "Checkout the repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].7"
with:
token: ${{ secrets.WORKFLOW_PAT || github.token }}
ref: ${{ github.head_ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: "Checkout the repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].7"
with:
token: ${{ secrets.WORKFLOW_PAT || github.token }}

Expand All @@ -32,6 +32,6 @@ jobs:
zip sinapsi_alfa.zip -r ./
- name: "Upload the ZIP file to the release"
uses: softprops/[email protected].4
uses: softprops/[email protected].6
with:
files: ${{ github.workspace }}/custom_components/sinapsi_alfa/sinapsi_alfa.zip
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].7"
with:
token: ${{ secrets.WORKFLOW_PAT || github.token }}
ref: ${{ github.head_ref }}
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected].4"
uses: "actions/[email protected].7"
with:
token: ${{ secrets.WORKFLOW_PAT || github.token }}
ref: ${{ github.head_ref }}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorlog==6.8.2
homeassistant==2024.1.2
pip>=21.0,<24.1
ruff==0.4.2
pip>=21.0,<24.2
ruff==0.4.10
pymodbus>=3.5

0 comments on commit 6a16aef

Please sign in to comment.