Skip to content

Commit

Permalink
CI format.yml: Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Sep 24, 2023
1 parent cfb7ae8 commit 2bd6191
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install clang-format-10
run: sudo apt-get install clang-format-10
- uses: pre-commit/action@v2.0.0
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Install clang-format
run: sudo apt-get install clang-format
- uses: pre-commit/action@v3.0.0

0 comments on commit 2bd6191

Please sign in to comment.