Skip to content

Commit 00ba122

Browse files
Update actions/checkout action to v6
1 parent 4426b3d commit 00ba122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout source code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- name: ESPHome
2525
uses: esphome/build-action@v7
2626
with:

0 commit comments

Comments
 (0)