Skip to content

Commit 28da514

Browse files
authored
Update format.yaml (#196)
1 parent 4e974d7 commit 28da514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/format.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
name: pre-commit
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v2
19-
- uses: actions/setup-python@v2
18+
- uses: actions/checkout@v4
19+
- uses: actions/setup-python@v5
2020
- name: Install clang-format
2121
run: sudo apt-get install clang-format
22-
- uses: pre-commit/action@v2.0.3
22+
- uses: pre-commit/action@v3.0.1
2323
id: precommit
2424
- name: Upload pre-commit changes
2525
if: failure() && steps.precommit.outcome == 'failure'

0 commit comments

Comments
 (0)