Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/_ha-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ibiqlik/action-yamllint@v3
id: yamllint
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: remark-lint
id: remark
uses: docker://pipelinecomponents/remark-lint:latest
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: '3.12'
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
# When not running stable: emit a clear 'Skipped' summary, still succeed
- name: Mark skipped (no relevant config changes)
if: ${{ !inputs.run_ha_stable }}
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
matrix:
version: [beta, dev]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install custom component dependencies
run: .github/scripts/install-custom-component-deps.sh

Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: raven-actions/actionlint@v2
id: actionlint
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
config: ${{ steps.filter.outputs.config }}
esphome: ${{ steps.filter.outputs.esphome }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- id: filter
uses: dorny/paths-filter@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
outputs:
esphome: ${{ steps.filter.outputs.esphome }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- id: filter
uses: dorny/paths-filter@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand All @@ -47,7 +47,7 @@ jobs:
contents: read
security-events: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-python@v7
with:
Expand Down
Loading