Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 9, 2023
1 parent 5c091e7 commit 7789411
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@latest
uses: actions/checkout@v4

- name: Run clang-format
uses: DoozyX/[email protected]
Expand All @@ -20,7 +20,7 @@ jobs:
inplace: true

- name: Add & Commit
uses: EndBug/add-and-commit@latest
uses: EndBug/add-and-commit@v9.1.3
with:
message: "ci: formatting"
env:
Expand Down

0 comments on commit 7789411

Please sign in to comment.