Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/dot-github/workflows/pre-comm…
Browse files Browse the repository at this point in the history
…it-3.4.0
  • Loading branch information
agittins authored Oct 11, 2023
2 parents fbbdf81 + 597dfe6 commit 07a2beb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==23.2.1
pre-commit==3.4.0
black==23.7.0
black==23.9.1
flake8==6.1.0
reorder-python-imports==3.10.0
reorder-python-imports==3.12.0
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4.1.0
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
skip-delete: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
BERMUDA_ROOT_DIR: "${{ github.workspace }}/custom_components/bermuda"
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set release version number in files
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
name: Pre-commit
steps:
- name: Check out the repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand All @@ -44,7 +44,7 @@ jobs:
name: HACS
steps:
- name: Check out the repository
uses: "actions/checkout@v3.5.3"
uses: "actions/checkout@v4"

- name: HACS validation
uses: "hacs/[email protected]"
Expand All @@ -57,7 +57,7 @@ jobs:
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/checkout@v3.5.3"
uses: "actions/checkout@v4"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -66,9 +66,9 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v3.5.3"
uses: "actions/checkout@v4"
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.7.0
homeassistant>=2023.8.0
pip>=23.2.1,<23.3
ruff==0.0.285
ruff==0.0.292

0 comments on commit 07a2beb

Please sign in to comment.