File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323 submodules : true
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 - name : Install dependencies
2727 run : python -m pip install --upgrade pip &&
2828 pip install --upgrade build &&
6262 fetch-depth : 0
6363 submodules : true
6464 - name : Set up Python
65- uses : actions/setup-python@v5
65+ uses : actions/setup-python@v6
6666 - name : Install dependencies
6767 run : python -m pip install --upgrade pip &&
6868 pip install --upgrade build &&
@@ -111,7 +111,7 @@ jobs:
111111 fetch-depth : 0
112112 submodules : true
113113 - name : Set up Python
114- uses : actions/setup-python@v5
114+ uses : actions/setup-python@v6
115115 - name : Install dependencies
116116 run : python -m pip install --upgrade pip &&
117117 pip install --upgrade build &&
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162 with :
163163 submodules : true
164164
165- - uses : actions/setup-python@v5
165+ - uses : actions/setup-python@v6
166166 with :
167167 python-version : ' 3.x'
168168
You can’t perform that action at this time.
0 commit comments