There was an error while loading. Please reload this page.
2 parents c3417fd + 0358149 commit f4cbfbdCopy full SHA for f4cbfbd
2 files changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
python-version: [ "3.12" ]
13
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
17
- name: Set up Python ${{ matrix.python-version }}
18
uses: actions/setup-python@v5
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
- name: Check out Git repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
- name: Install ClangFormat
21
run: sudo apt-get install -y clang-format
0 commit comments