aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-24 20:05:39 +0000
committerDamien George <damien@micropython.org>2023-02-27 10:54:45 +1100
commitddebda55e715434440b78b60d8e2a327439b04ea (patch)
treec6e23c2646fb55200790ee1b0c90f1189a0bfcaf
parent72e93183253586b4b1bb502287e67b58470f7a5c (diff)
github/workflows: Bump actions/setup-python from 1 to 4.dependabot/github_actions/actions/setup-python-4
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>
-rw-r--r--.github/workflows/mpremote.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mpremote.yml b/.github/workflows/mpremote.yml
index e5fd47350..cb90734e5 100644
--- a/.github/workflows/mpremote.yml
+++ b/.github/workflows/mpremote.yml
@@ -18,7 +18,7 @@ jobs:
fetch-depth: '1000'
- run: |
git fetch --prune --unshallow --tags
- - uses: actions/setup-python@v1
+ - uses: actions/setup-python@v4
- name: Install build tools
run: pip install build
- name: Build mpremote wheel