Skip to content

Commit

Permalink
Update CHANGELOG.md (#128)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md
* Update README.md
  • Loading branch information
mit-mit committed Apr 9, 2024
1 parent 57338d6 commit 65c8298
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.6.3

* Roll `undici` dependency to address [CVE-2024-30260][] and [CVE-2024-30261][].

[CVE-2024-30260]: https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7
[CVE-2024-30261]: https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672

## v1.6.2

* Switch to running the workflow on `node20`` from `node16`. See also
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# setup-dart

[setup-dart](https://github.com/dart-lang/setup-dart) installs and sets up a
Dart SDK for use in GitHub Actions; it:
[setup-dart][] installs and sets up a Dart SDK for use in GitHub Actions; it:

* downloads the Dart SDK
* adds the [`dart`](https://dart.dev/tools/dart-tool) tool to the system path

[setup-dart]: https://github.com/marketplace/actions/setup-dart-sdk

## Usage

To install the latest stable Dart SDK and run typical checks:
Expand Down

0 comments on commit 65c8298

Please sign in to comment.