Jeff Epler
569ebaa828
tools/ci.sh: Put embedding build rules in ci.sh.
...
To make this CI step runnable locally by `ci.sh`.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2026-01-05 12:01:59 +11:00
dependabot[bot]
c22ff43753
github/workflows: Bump actions/checkout from 5 to 6.
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [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/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-26 11:46:04 +11:00
dependabot[bot]
1588c455c4
github/workflows: Bump actions/checkout from 4 to 5.
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [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/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-16 18:36:57 +10:00
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
Damien George
4f3780a156
examples/embedding: Rework example to use ports/embed.
...
Signed-off-by: Damien George <damien@micropython.org>
2023-01-20 22:28:50 +11: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
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
73623d04d5
github/workflows: Add new workflow to test embedding example.
...
Signed-off-by: Damien George <damien@micropython.org>
2022-03-25 11:39:00 +11:00