Skip to content

Commit af39032

Browse files
chore(ci): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5eec7e2 commit af39032

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- dev
3131
steps:
3232
- name: Checkout source code
33-
uses: actions/checkout@v4.2.2
33+
uses: actions/checkout@v5.0.0
3434
- name: Build ESPHome firmware to verify configuration
3535
uses: esphome/build-action@v7
3636
with:

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- dev
2121
steps:
2222
- name: Checkout source code
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v5.0.0
2424
- name: Build ESPHome firmware to verify configuration
2525
uses: esphome/build-action@v7
2626
with:

0 commit comments

Comments
 (0)