CI: Upgrade GitHub Actions imports in clang-format.yml

pull/1307/head
liushuyu 11 months ago committed by Micah Snyder
parent 06a9bb1feb
commit 7ebabe5548
No known key found for this signature in database
GPG Key ID: 3449E631914956D0
  1. 4
      .github/workflows/clang-format.yml

@ -56,9 +56,9 @@ jobs:
- check: "win32/compat"
exclude: ""
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.4.1
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: "16"
check-path: ${{ matrix.path['check'] }}

Loading…
Cancel
Save