Skip to content

Commit adc9d99

Browse files
authored
Merge pull request #30 from bakerkj/renovate/github-actions
chore(deps): update github-actions
2 parents 32de958 + b33d888 commit adc9d99

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
timeout-minutes: 5
1515
steps:
16-
- uses: actions/checkout@v6.0.2
16+
- uses: actions/checkout@v6.0.3
1717
with:
1818
fetch-depth: 0
1919
- uses: wagoid/commitlint-github-action@v6.2.1

.github/workflows/hacs-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
validate:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v6.0.2
14+
- uses: actions/checkout@v6.0.3
1515
- uses: hacs/action@22.5.0
1616
with:
1717
category: integration

.github/workflows/mypy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
timeout-minutes: 10
1515
steps:
16-
- uses: actions/checkout@v6.0.2
17-
- uses: astral-sh/setup-uv@v8.1.0
16+
- uses: actions/checkout@v6.0.3
17+
- uses: astral-sh/setup-uv@v8.2.0
1818
with:
1919
python-version: "3.14"
2020
cache-dependency-glob: "uv.lock"

.github/workflows/prek.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
prek:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v6.0.2
12+
- uses: actions/checkout@v6.0.3
1313
# Cache prek's hook envs (cloned hook repos + their installed tools —
1414
# ruff, prettier's node_modules, actionlint binary, codespell, etc.).
1515
# Keyed on .pre-commit-config.yaml so a hook bump cleanly invalidates;

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
release:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v6.0.2
14+
- uses: actions/checkout@v6.0.3
1515
- name: Validate version matches release tag
1616
run: |
1717
version=$(python3 -c "import json; print(json.load(open('custom_components/cpu_capacity/manifest.json'))['version'])")

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
tests:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v6.0.2
13-
- uses: astral-sh/setup-uv@v8.1.0
12+
- uses: actions/checkout@v6.0.3
13+
- uses: astral-sh/setup-uv@v8.2.0
1414
with:
1515
python-version: "3.14"
1616
enable-cache: true

0 commit comments

Comments
 (0)