diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-05-08 21:38:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-08 21:38:30 +0000 |
| commit | 0b4b87e34442001f3701eaebdc52e5fe5532eb14 (patch) | |
| tree | d6b30852cff6f50bf782241024cb136edd14033c /embassy-rp | |
| parent | d0703f83dbe0099c3dca0c912d873365a2188018 (diff) | |
| parent | 0584312ef0324d2ac67dbb9517176fabf628eec9 (diff) | |
| parent | 5df263db38c593ca6946a854c4b53e6224285332 (diff) | |
Merge #1437 #1438
1437: Fix some typos r=Dirbaio a=striezel
This pull request fixes some typos, no functional changes intended.
1438: Update GitHub Actions CI r=Dirbaio a=striezel
The following updates are performed:
* update [`actions/cache`](https://github.com/actions/cache) to v3
* update [`actions/checkout`](https://github.com/actions/checkout) to v3
Still using the outdated actions will generate several warnings in CI runs, for example in https://github.com/embassy-rs/embassy/actions/runs/4917900672:
> Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
The PR will get rid of those warnings.
Co-authored-by: Dirk Stolle <[email protected]>
