We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e49c10 + 3d5d9d6 commit 1f206c0Copy full SHA for 1f206c0
.github/workflows/release.yml
@@ -7,7 +7,7 @@ env:
7
ARTIFACT_NAME: dist
8
# The project's folder on Arduino's download server for uploading builds
9
AWS_PLUGIN_TARGET: /tools/
10
- # See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
+ # See: https://github.com/actions/setup-python/tree/v3#available-versions-of-python
11
PYTHON_VERSION: "3.7"
12
MCUBOOT_PATH: ${{ github.workspace }}/mcuboot
13
IMGTOOL_PACKING_PATH: ${{ github.workspace }}/imgtool-packing
@@ -61,7 +61,7 @@ jobs:
61
run: git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*
62
63
- name: Set up Python ${{ env.PYTHON_VERSION }}
64
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
65
with:
66
python-version: ${{ env.PYTHON_VERSION }}
67
architecture: ${{ matrix.python_arch }}
0 commit comments