diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bea5f8..ed339d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Switch to using zerocopy library for all binary file format parsers ([PR #384]) * Update to latest AOSP protobuf schema for the `payload.bin` metadata file format ([PR #385]) +* Update dependencies and pin Github Actions actions to specific commits ([PR #386]) ### Version 3.9.0 @@ -403,3 +404,4 @@ Behind-the-scenes changes: [PR #377]: https://github.com/chenxiaolong/avbroot/pull/377 [PR #384]: https://github.com/chenxiaolong/avbroot/pull/384 [PR #385]: https://github.com/chenxiaolong/avbroot/pull/385 +[PR #386]: https://github.com/chenxiaolong/avbroot/pull/386