Skip to content

Commit afe8348

Browse files
Merge pull request #39 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 77233b1 + 86bf706 commit afe8348

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@v6.0.2
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@v6.0.2
2424
- name: Build ESPHome firmware to verify configuration
2525
uses: esphome/build-action@v7
2626
with:

0 commit comments

Comments
 (0)