Skip to content

Commit f61a203

Browse files
authored
Update code-formatting.yml
1 parent 02dc885 commit f61a203

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/code-formatting.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v4
12+
with:
13+
python-version: '3.11'
1214
- name: Install packages
1315
run: source tools/ci.sh && ci_code_formatting_setup
1416
- name: Run code formatting

0 commit comments

Comments
 (0)