Skip to content

Commit

Permalink
Update format.yaml (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Jan 7, 2024
1 parent 1c81084 commit 5fdae92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install clang-format-14
run: sudo apt-get install clang-format-14
- uses: pre-commit/action@v2.0.3
- uses: pre-commit/action@v3.0.0

0 comments on commit 5fdae92

Please sign in to comment.