Skip to content

Commit d87e53e

Browse files
committed
bump workflow actions
1 parent cbda95b commit d87e53e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6.0.2
1515
- uses: hacs/action@main
1616
with:
1717
category: integration

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v5
12+
- uses: actions/checkout@v6.0.2
13+
- uses: actions/setup-python@v6.2.0
1414
with:
1515
python-version: "3.13"
1616
- uses: pre-commit/action@v3.0.1

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)