Skip to content

Commit 16c0db6

Browse files
committed
Update format.yaml
1 parent 7404ca7 commit 16c0db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
name: Format
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: actions/checkout@v4
20-
- uses: actions/setup-python@v5
19+
- uses: actions/checkout@v5
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.x
2323
- name: Install clang-format-14

0 commit comments

Comments
 (0)