Releases: particle-iot/flash-device-action
Releases · particle-iot/flash-device-action
v1.0.2
What's Changed
- chore: [sc-130182] Remove beta label from GitHub actions by @laupow in #17
- chore: [sc-125805] Update flash-device-action to run on Node 20 by @laupow in #18
Important
flash-device-action@v1
now requires a minimum GitHub Action Runner version of v2.308.0.
- If you use GitHub-hosted runners (most likely), no action is required.
- If you use self-hosted runners, you either need to upgrade the runner to the latest version (one that supports
node20
) or pin your workflow to[email protected]
to keep usingnode16
(not recommended).
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
v1.0.0-rc.1
Full Changelog: v1.0.0-rc.0...v1.0.0-rc.1
v1.0.0-rc.0
What's Changed
- Add documentation and release automation by @laupow in #12
- Add additional logging by @laupow in #13
- Set user agent header by @laupow in #14
- Release v1 tag by @laupow in #15
New Contributors
Full Changelog: https://github.com/particle-iot/flash-device-action/commits/v1.0.0-rc.0