Skip to content

Commit a144350

Browse files
Merge pull request #14 from ApolloAutomation/dependabot/github_actions/github-actions-7223b173aa
chore(ci): bump the github-actions group with 2 updates
2 parents 666e211 + bbbed51 commit a144350

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- dev
3030
steps:
3131
- name: Checkout source code
32-
uses: actions/checkout@v4.1.7
32+
uses: actions/checkout@v4.2.2
3333
- name: Build ESPHome firmware to verify configuration
34-
uses: esphome/build-action@v6
34+
uses: esphome/build-action@v7
3535
with:
3636
yaml-file: ${{ matrix.file }}

.github/workflows/weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- dev
2020
steps:
2121
- name: Checkout source code
22-
uses: actions/checkout@v4.1.7
22+
uses: actions/checkout@v4.2.2
2323
- name: Build ESPHome firmware to verify configuration
24-
uses: esphome/build-action@v6
24+
uses: esphome/build-action@v7
2525
with:
2626
yaml-file: ${{ matrix.file }}

0 commit comments

Comments
 (0)