Skip to content

Commit 35a3105

Browse files
Merge pull request #46 from ApolloAutomation/dependabot/github_actions/github-actions-ee1c097272
chore(ci): bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions group
2 parents a1e1fa8 + 93d0a3e commit 35a3105

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)