File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-22.04
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : actions/setup-python@v4
14
+ - uses : actions/setup-python@v5
15
15
- name : Install packages
16
16
run : source tools/ci.sh && ci_c_code_formatting_setup
17
17
- name : Run code formatting
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : actions/setup-python@v4
26
+ - uses : actions/setup-python@v5
27
27
- name : Install packages
28
28
run : source tools/ci.sh && ci_code_spell_setup
29
29
- name : Run spell checker
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : ' 100'
16
- - uses : actions/setup-python@v4
16
+ - uses : actions/setup-python@v5
17
17
- name : Check commit message formatting
18
18
run : source tools/ci.sh && ci_commit_formatting_run
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - uses : actions/setup-python@v4
19
+ - uses : actions/setup-python@v5
20
20
- name : Install Python packages
21
21
run : pip install -r docs/requirements.txt
22
22
- name : Build docs
Original file line number Diff line number Diff line change 16
16
# Setting this to zero means fetch all history and tags,
17
17
# which hatch-vcs can use to discover the version tag.
18
18
fetch-depth : 0
19
- - uses : actions/setup-python@v4
19
+ - uses : actions/setup-python@v5
20
20
- name : Install build tools
21
21
run : pip install build
22
22
- name : Build mpremote wheel
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196
196
runs-on : macos-11.0
197
197
steps :
198
198
- uses : actions/checkout@v4
199
- - uses : actions/setup-python@v4
199
+ - uses : actions/setup-python@v5
200
200
with :
201
201
python-version : ' 3.8'
202
202
- name : Build
You can’t perform that action at this time.
0 commit comments