Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-api-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
arch: [amd64, armv7, aarch64]
build_type: ["ha-addon", "docker", "lint"]
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache-key: ${{ steps.cache-key.outputs.key }}
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Generate cache-key
id: cache-key
run: echo key="${{ hashFiles('requirements.txt', 'requirements_optional.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -88,7 +88,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -109,7 +109,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -130,7 +130,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -151,7 +151,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
- common
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:

steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
count: ${{ steps.list-components.outputs.count }}
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
with:
# Fetch enough history so `git merge-base refs/remotes/origin/dev HEAD` works.
fetch-depth: 500
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
sudo apt-get install libsdl2-dev

- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand All @@ -430,7 +430,7 @@ jobs:
matrix: ${{ steps.split.outputs.components }}
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Split components into 20 groups
id: split
run: |
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
sudo apt-get install libsdl2-dev

- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Restore Python
uses: ./.github/actions/restore-python
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
tag: ${{ steps.tag.outputs.tag }}
branch_build: ${{ steps.tag.outputs.branch_build }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v5
- name: Get tag
id: tag
# yamllint disable rule:line-length
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- linux/arm/v7
- linux/arm64
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- ghcr
- dockerhub
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v5

- name: Download digests
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-device-classes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
if: github.repository == 'esphome/esphome'
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5

- name: Checkout Home Assistant
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
with:
repository: home-assistant/core
path: lib/home-assistant
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5
- name: Run yamllint
uses: frenck/[email protected]
with:
Expand Down
Loading