We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c81084 commit 5fdae92Copy full SHA for 5fdae92
.github/workflows/format.yaml
@@ -15,8 +15,8 @@ jobs:
15
name: Format
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v2
19
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
20
- name: Install clang-format-14
21
run: sudo apt-get install clang-format-14
22
- - uses: pre-commit/action@v2.0.3
+ - uses: pre-commit/action@v3.0.0
0 commit comments