File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Set up Python
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ' 3.12'
28
28
38
38
pip install --user setuptools wheel
39
39
40
40
- name : Check out Kconfiglib source code
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
- name : Build source distribution
44
44
run : |
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
14
14
steps :
15
15
- name : Check out Kconfiglib source code
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : ' 3.12'
22
22
23
23
- name : Install tools
24
24
run : |
25
25
sudo apt-get install -q=2 shfmt python3-pip
26
- pip3 install black==25.1 .0
26
+ pip3 install black==25.9 .0
27
27
28
28
- name : Run format check
29
29
run : |
Original file line number Diff line number Diff line change 36
36
builder : ubuntu-24.04
37
37
- python : ' 3.12'
38
38
os : macOS
39
- builder : macos-14
39
+ builder : macos-15
40
40
# - python: '3.12'
41
41
# os: Windows
42
42
# builder: windows-2022
51
51
fi
52
52
53
53
- name : Set up Python
54
- uses : actions/setup-python@v5
54
+ uses : actions/setup-python@v6
55
55
with :
56
56
python-version : ${{ matrix.target.python }}
57
57
@@ -67,15 +67,15 @@ jobs:
67
67
pip install --user setuptools wheel
68
68
69
69
- name : Check out Linux source code
70
- uses : actions/checkout@v4
70
+ uses : actions/checkout@v5
71
71
# On Windows, checkout of 'aux.c' is expected to fail because ... Windows.
72
72
continue-on-error : true
73
73
with :
74
74
repository : torvalds/linux
75
75
ref : v5.4
76
76
77
77
- name : Check out Kconfiglib source code
78
- uses : actions/checkout@v4
78
+ uses : actions/checkout@v5
79
79
with :
80
80
path : Kconfiglib
81
81
You can’t perform that action at this time.
0 commit comments