File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
name : Lint
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
- uses : actions/setup-python@v5
30
30
with :
31
31
python-version : " 3.x"
76
76
arch : " universal2"
77
77
78
78
steps :
79
- - uses : actions/checkout@v4
79
+ - uses : actions/checkout@v5
80
80
with :
81
81
fetch-depth : 0 # required for setuptools_scm to find tags
82
82
submodules : ' recursive'
@@ -113,7 +113,7 @@ jobs:
113
113
needs : [lint]
114
114
runs-on : ubuntu-latest
115
115
steps :
116
- - uses : actions/checkout@v4
116
+ - uses : actions/checkout@v5
117
117
with :
118
118
fetch-depth : 0 # required for setuptools_scm to find tags
119
119
submodules : ' recursive'
@@ -136,7 +136,7 @@ jobs:
136
136
python : ["3.8", "3.13"]
137
137
138
138
steps :
139
- - uses : actions/checkout@v4
139
+ - uses : actions/checkout@v5
140
140
- uses : actions/setup-python@v5
141
141
name : Install Python ${{ matrix.python }}
142
142
id : python
You can’t perform that action at this time.
0 commit comments