From 1f0112bf7fa1446baad38cf79205c3a63f806e6b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 18 Jun 2025 21:54:05 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3570a1..be1defbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Fix `cargo-nextest` installation failure on Ubuntu 24.04 due to HTTP 403 error on requests to crates.io. ([#1007](https://github.com/taiki-e/install-action/pull/1007)) + - Update `rclone@latest` to 1.70.0. ## [2.53.1] - 2025-06-17