Skip to content

Commit 93d0a3e

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 a1e1fa8 commit 93d0a3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- dev
3434
steps:
3535
- name: Checkout source code
36-
uses: actions/checkout@v4.2.2
36+
uses: actions/checkout@v6.0.2
3737
- name: Build ESPHome firmware to verify configuration
3838
uses: esphome/build-action@v7
3939
with:

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- dev
2424
steps:
2525
- name: Checkout source code
26-
uses: actions/checkout@v4.2.2
26+
uses: actions/checkout@v6.0.2
2727
- name: Build ESPHome firmware to verify configuration
2828
uses: esphome/build-action@v7
2929
with:

0 commit comments

Comments
 (0)