File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 ARTIFACT_NAME : dist
88 # The project's folder on Arduino's download server for uploading builds
99 AWS_PLUGIN_TARGET : /tools/
10- # See: https://github.com/actions/setup-python/tree/v2 #available-versions-of-python
10+ # See: https://github.com/actions/setup-python/tree/v3 #available-versions-of-python
1111 PYTHON_VERSION : " 3.7"
1212 MCUBOOT_PATH : ${{ github.workspace }}/mcuboot
1313 IMGTOOL_PACKING_PATH : ${{ github.workspace }}/imgtool-packing
6161 run : git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*
6262
6363 - name : Set up Python ${{ env.PYTHON_VERSION }}
64- uses : actions/setup-python@v2
64+ uses : actions/setup-python@v3
6565 with :
6666 python-version : ${{ env.PYTHON_VERSION }}
6767 architecture : ${{ matrix.python_arch }}
You can’t perform that action at this time.
0 commit comments