Skip to content

Commit 6c2897e

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 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55b6336 commit 6c2897e

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
@@ -29,7 +29,7 @@ jobs:
2929
- dev
3030
steps:
3131
- name: Checkout source code
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
- name: Build ESPHome firmware to verify configuration
3434
uses: esphome/build-action@v7
3535
with:

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- dev
2020
steps:
2121
- name: Checkout source code
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
- name: Build ESPHome firmware to verify configuration
2424
uses: esphome/build-action@v7
2525
with:

0 commit comments

Comments
 (0)