Skip to content

Commit e772a67

Browse files
committed
ci: Use newest actions/checkout (newer nodejs)
1 parent e7caed5 commit e772a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: clang-format lint
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
# You may pin to the exact commit or the version.
1111
# uses: DoozyX/clang-format-lint-action@c71d0bf4e21876ebec3e5647491186f8797fde31
1212
- uses: DoozyX/[email protected]

0 commit comments

Comments
 (0)