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 7
7
ARTIFACT_NAME : dist
8
8
# The project's folder on Arduino's download server for uploading builds
9
9
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
11
11
PYTHON_VERSION : " 3.7"
12
12
MCUBOOT_PATH : ${{ github.workspace }}/mcuboot
13
13
IMGTOOL_PACKING_PATH : ${{ github.workspace }}/imgtool-packing
61
61
run : git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*
62
62
63
63
- name : Set up Python ${{ env.PYTHON_VERSION }}
64
- uses : actions/setup-python@v2
64
+ uses : actions/setup-python@v3
65
65
with :
66
66
python-version : ${{ env.PYTHON_VERSION }}
67
67
architecture : ${{ matrix.python_arch }}
You can’t perform that action at this time.
0 commit comments