File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ jobs:
5050 choco install visualstudio2017buildtools
5151 choco install visualstudio2017-workload-vctools
5252 choco install windows-sdk-8.1
53- - uses : microsoft/setup-msbuild@v1
53+ - uses : microsoft/setup-msbuild@v2
5454 with :
5555 vs-version : ${{ matrix.vs_version }}
56- - uses : actions/setup-python@v4
56+ - uses : actions/setup-python@v5
5757 if : matrix.runner == 'windows-2019'
5858 with :
5959 python-version : ' 3.9'
60- - uses : actions/checkout@v3
60+ - uses : actions/checkout@v4
6161 - name : Build mpy-cross.exe
6262 run : msbuild mpy-cross\mpy-cross.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }}
6363 - name : Build micropython.exe
@@ -127,7 +127,7 @@ jobs:
127127 python3
128128 git
129129 diffutils
130- - uses : actions/checkout@v3
130+ - uses : actions/checkout@v4
131131 - name : Build mpy-cross.exe
132132 run : make -C mpy-cross -j2
133133 - name : Update submodules
You can’t perform that action at this time.
0 commit comments