File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 - name : Install packages
1616 run : source tools/ci.sh && ci_c_code_formatting_setup
1717 - name : Run code formatting
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 100
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 - name : Check commit message formatting
1818 run : source tools/ci.sh && ci_commit_formatting_run
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - uses : actions/checkout@v4
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 - name : Install Python packages
2121 run : pip install -r docs/requirements.txt
2222 - name : Build docs
Original file line number Diff line number Diff line change 1616 # Setting this to zero means fetch all history and tags,
1717 # which hatch-vcs can use to discover the version tag.
1818 fetch-depth : 0
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 - name : Install build tools
2121 run : pip install build
2222 - name : Build mpremote wheel
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173 runs-on : ubuntu-latest
174174 steps :
175175 - uses : actions/checkout@v4
176- - uses : actions/setup-python@v5
176+ - uses : actions/setup-python@v6
177177 # Python 3.12 is the default for ubuntu-24.04, but that has compatibility issues with settrace tests.
178178 # Can remove this step when ubuntu-latest uses a more recent Python 3.x as the default.
179179 with :
@@ -190,7 +190,7 @@ jobs:
190190 runs-on : ubuntu-latest
191191 steps :
192192 - uses : actions/checkout@v4
193- - uses : actions/setup-python@v5
193+ - uses : actions/setup-python@v6
194194 # Python 3.12 is the default for ubuntu-24.04, but that has compatibility issues with settrace tests.
195195 # Can remove this step when ubuntu-latest uses a more recent Python 3.x as the default.
196196 with :
@@ -207,7 +207,7 @@ jobs:
207207 runs-on : macos-latest
208208 steps :
209209 - uses : actions/checkout@v4
210- - uses : actions/setup-python@v5
210+ - uses : actions/setup-python@v6
211211 with :
212212 python-version : ' 3.8'
213213 - name : Build
Original file line number Diff line number Diff line change 5555 - uses : microsoft/setup-msbuild@v2
5656 with :
5757 vs-version : ${{ matrix.vs_version }}
58- - uses : actions/setup-python@v5
58+ - uses : actions/setup-python@v6
5959 if : matrix.runner == 'windows-2019'
6060 with :
6161 python-version : ' 3.9'
@@ -110,7 +110,7 @@ jobs:
110110 run :
111111 shell : msys2 {0}
112112 steps :
113- - uses : actions/setup-python@v5
113+ - uses : actions/setup-python@v6
114114 # note: can go back to installing mingw-w64-${{ matrix.env }}-python after
115115 # MSYS2 updates to Python >3.12 (due to settrace compatibility issue)
116116 with :
You can’t perform that action at this time.
0 commit comments