Use latest actions/checkout

This commit is contained in:
Edward Firmo
2024-02-23 12:10:19 +01:00
parent 158a28befc
commit 384e7d4c29
8 changed files with 29 additions and 29 deletions

View File

@@ -19,7 +19,7 @@ jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- uses: RafikFarhad/clang-format-github-action@v3
with:
sources: "components/nspanel_ha_blueprint/*.h,components/nspanel_ha_blueprint/*.c,components/nspanel_ha_blueprint/*.cpp"