Skip to content

Commit 5fdae92

Browse files
authored
Update format.yaml (#249)
1 parent 1c81084 commit 5fdae92

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,8 +15,8 @@ jobs:
1515
name: Format
1616
runs-on: ubuntu-latest
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-14
2121
run: sudo apt-get install clang-format-14
22-
- uses: pre-commit/action@v2.0.3
22+
- uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)