Skip to content

Commit 8703caf

Browse files
authored
Update format.yaml (#248)
1 parent 3988382 commit 8703caf

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
@@ -13,8 +13,8 @@ jobs:
1313
name: Format
1414
runs-on: ubuntu-20.04
1515
steps:
16-
- uses: actions/checkout@v3.5.3
17-
- uses: actions/setup-python@v2
16+
- uses: actions/checkout@v4.1.1
17+
- uses: actions/setup-python@v5
1818
- name: Install clang-format-10
1919
run: sudo apt-get install clang-format-10
2020
- uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)