Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelprete committed Mar 17, 2024
2 parents 937fb07 + cf65c2e commit 99bd19a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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].1"
uses: "actions/[email protected].2"
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].1"
uses: "actions/[email protected].2"
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/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.4
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].1"
uses: "actions/[email protected].2"
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].1"
uses: "actions/[email protected].2"
with:
token: ${{ secrets.WORKFLOW_PAT || github.token }}
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0
ruff==0.3.2
pymodbus>=3.5

0 comments on commit 99bd19a

Please sign in to comment.