Skip to content

Commit

Permalink
Update format.yaml
Browse files Browse the repository at this point in the history
Updated actions/checkout to v4 into format.yaml
  • Loading branch information
mosfet80 authored Sep 11, 2023
1 parent 8578433 commit 180f345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install clang-format-12
run: sudo apt-get install clang-format-12
- uses: pre-commit/[email protected]

0 comments on commit 180f345

Please sign in to comment.