Skip to content

Commit bcb0ac5

Browse files
authored
Merge pull request #15 from arduino/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents fb746ae + 3a7014e commit bcb0ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
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/v3#available-versions-of-python
10+
# See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
1111
PYTHON_VERSION: "3.7"
1212
MCUBOOT_PATH: ${{ github.workspace }}/mcuboot
1313
IMGTOOL_PACKING_PATH: ${{ github.workspace }}/imgtool-packing
@@ -64,7 +64,7 @@ jobs:
6464
run: git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*.patch
6565

6666
- name: Set up Python ${{ env.PYTHON_VERSION }}
67-
uses: actions/setup-python@v3
67+
uses: actions/setup-python@v4
6868
with:
6969
python-version: ${{ env.PYTHON_VERSION }}
7070
architecture: ${{ matrix.python_arch }}

0 commit comments

Comments
 (0)