Update changelog

This commit is contained in:
Taiki Endo
2023-08-05 14:54:49 +09:00
parent 1cdb36bf16
commit a44f2dd9f5

View File

@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Use `cargo-binstall` to install `nextest`. ([#183](https://github.com/taiki-e/install-action/pull/183))
This is a change made in response to the request from the nextest maintainer, which potentially increases the installation time of nextest and the possibility of network errors during installation.
If you encounter network errors, you should usually be able to work around them by setting `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` environment variables.
## [2.13.6] - 2023-08-04
- Update `mdbook@latest` to 0.4.33.