Skip to content

Commit

Permalink
CI: Upgrade GitHub Actions imports in clang-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Jul 11, 2024
1 parent 1d30588 commit f80eba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }}
Expand Down

0 comments on commit f80eba7

Please sign in to comment.