Skip to content

Commit 1f206c0

Browse files
authored
Merge pull request #9 from arduino/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2 to 3
2 parents 6e49c10 + 3d5d9d6 commit 1f206c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
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
@@ -61,7 +61,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)