Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Apr 8, 2024
2 parents 823af79 + fd8d015 commit 32c2fd6
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:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.1.2"

- name: "Set up Python"
uses: actions/setup-python@v5.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
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/checkout@v4.1.1"
uses: "actions/checkout@v4.1.2"

- name: "Adjust version number"
shell: "bash"
Expand All @@ -30,6 +30,6 @@ jobs:
zip meteobridge.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/meteobridge/meteobridge.zip
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.1.2"

- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -32,7 +32,7 @@ jobs:
# runs-on: "ubuntu-latest"
# steps:
# - name: "Checkout the repository"
# uses: "actions/checkout@v4.1.1"
# uses: "actions/checkout@v4.1.2"

# - name: "Run HACS validation"
# uses: "hacs/action@main"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
colorlog==6.8.2
homeassistant==2024.2.5
homeassistant==2024.3.3
pip>=23.2.1,<24.1
ruff==0.3.0
ruff==0.3.3
ffmpeg==1.4
mysql-connector-python==8.3.0

0 comments on commit 32c2fd6

Please sign in to comment.