mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
github-actions: bump actions/setup-python from 1 to 4 (#8424)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v1...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
||||
with:
|
||||
go-version: '1.14'
|
||||
- name: Set up Python 3.6
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.6
|
||||
- name: Bootstrap
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
with:
|
||||
go-version: '1.14'
|
||||
- name: Set up Python 3.6
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.6
|
||||
- name: Bootstrap
|
||||
@@ -151,7 +151,7 @@ jobs:
|
||||
with:
|
||||
go-version: '1.14'
|
||||
- name: Set up Python 3.6
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.6
|
||||
- name: Bootstrap
|
||||
|
||||
Reference in New Issue
Block a user