Skip to content

Commit 9467776

Browse files
Merge pull request #29 from ApolloAutomation/dependabot/github_actions/github-actions-e6ee9d7de3
chore(ci): bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group
2 parents 9cb8a20 + 6f496a4 commit 9467776

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/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
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/checkout@v6.0.1
22+
uses: actions/checkout@v6.0.2
2323
- name: Build ESPHome firmware to verify configuration
2424
uses: esphome/build-action@v7
2525
with:

0 commit comments

Comments
 (0)