File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'])")
You can’t perform that action at this time.
0 commit comments