We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b899f commit bf94204Copy full SHA for bf94204
.github/workflows/deploy.yml
@@ -90,7 +90,7 @@ jobs:
90
with:
91
fetch-depth: 0
92
93
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
94
95
python-version: '3.10'
96
cache: 'pip'
.github/workflows/format.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
24
25
26
- name: Install clang-format-14
0 commit comments