Skip to content

Commit bcbf61d

Browse files
Merge remote-tracking branch 'origin/main' into no-device-entry
2 parents 6365598 + 383154c commit bcbf61d

File tree

9 files changed

+43
-43
lines changed

9 files changed

+43
-43
lines changed

.github/workflows/crowdin-download.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: crowdin action
1919
uses: crowdin/github-action@v2

.github/workflows/crowdin-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: crowdin action
2020
uses: crowdin/github-action@v2

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ["3.13"]
2424
steps:
2525
- name: Checkout repo
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v5

.github/workflows/pull.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: "ubuntu-latest"
1111
name: Validate
1212
steps:
13-
- uses: "actions/checkout@v4"
13+
- uses: "actions/checkout@v5"
1414

1515
- name: HACS validation
1616
uses: "hacs/action@main"
@@ -25,7 +25,7 @@ jobs:
2525
name: Run tests
2626
steps:
2727
- name: Check out code from GitHub
28-
uses: "actions/checkout@v4"
28+
uses: "actions/checkout@v5"
2929
- name: Setup Python
3030
uses: "actions/setup-python@v5"
3131
with:

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Run tests
1414
steps:
1515
- name: Check out code from GitHub
16-
uses: "actions/checkout@v4"
16+
uses: "actions/checkout@v5"
1717
- name: Setup Python
1818
uses: "actions/setup-python@v5"
1919
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: "Checkout the repository"
18-
uses: "actions/checkout@v4.1.1"
18+
uses: "actions/checkout@v5"
1919

2020
- name: "Adjust version number"
2121
shell: "bash"

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: "ubuntu-latest"
2222
steps:
2323
- name: "Checkout the repository"
24-
uses: "actions/checkout@v4.1.1"
24+
uses: "actions/checkout@v5"
2525

2626
- name: "Run hassfest validation"
2727
uses: "home-assistant/actions/hassfest@master"
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: "ubuntu-latest"
3232
steps:
3333
- name: "Checkout the repository"
34-
uses: "actions/checkout@v4.1.1"
34+
uses: "actions/checkout@v5"
3535

3636
- name: "Run HACS validation"
3737
uses: "hacs/action@main"

poetry.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ homeassistant = "2024.12.0"
2424
python = ">=3.13,<3.14"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
pre-commit = "4.2.0"
28-
pre-commit-hooks = "5.0.0"
29-
pylint = "3.3.7"
30-
ruff = "0.12.7"
27+
pre-commit = "4.3.0"
28+
pre-commit-hooks = "6.0.0"
29+
pylint = "3.3.8"
30+
ruff = "0.12.8"
3131

3232
[tool.poetry.urls]
3333
"Bug Tracker" = "https://github.com/andrew-codechimp/HA-Periodic-Min-Max/issues"

0 commit comments

Comments
 (0)