dependabot[bot]
5e50593738
github/workflows: Bump actions/checkout from 3 to 4.
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 11:27:05 +10:00
David Lechner
5608226cfd
github/workflows: Cancel when branch is updated.
...
This adds a concurrency section to all github workflows to cancel any
in progress workflow when a branch is updated. This should cancel any
ongoing or queued workflows, e.g. when a pull request is updated.
Signed-off-by: David Lechner <david@pybricks.com>
2022-12-14 13:42:50 +11:00
Damien George
8b5642914a
github/workflows: Run mpy-format CI when tests and examples change.
...
Signed-off-by: Damien George <damien@micropython.org>
2022-11-23 10:32:55 +11:00
Damien George
ecb46f93e0
github/workflows: Use ubuntu-20.04 when python2 is required.
...
Python 2 is no longer included in the latest Ubuntu 22.04.
Signed-off-by: Damien George <damien@micropython.org>
2022-11-23 10:32:55 +11:00
Chris Swan
86c3c1d80d
github/workflows: Bump actions/checkout to v3.
...
The existing actions/checkout@v2 is causing Node v12 deprecation warnings
to be shown in GitHub Actions. v3 uses Node v16, which will stop the
warnings.
2022-11-11 13:25:27 +11:00
Damien George
73a1927fce
github/workflows: Add new workflow to test .mpy file format and tools.
...
Signed-off-by: Damien George <damien@micropython.org>
2022-02-24 18:29:02 +11:00