Merge pull request #168 from Project516/patch-1

ci: update actions to support node 24
This commit is contained in:
Michael Zhao
2026-05-23 13:49:57 -07:00
committed by GitHub
+2 -2
View File
@@ -4,8 +4,8 @@ jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.11'
- uses: DoozyX/clang-format-lint-action@v0.20