Skip to content

Commit 58c7365

Browse files
committed
CI: Update first-party GitHub Actions from v2 to v4
GitHub Actions has deprecated Actions based on node16. The v4 actions are based on node20. Replace first-party v2 actions with their v4 counterparts. See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
1 parent 9c235de commit 58c7365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
with:
1212
submodules: 'recursive'
1313

0 commit comments

Comments
 (0)