From b4ab7960939682c0b0d96d25d9956033dd6b9298 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 16 Feb 2025 11:02:01 -0600 Subject: [PATCH] Fix typo in `Changes.md` --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index c66b734..cb73102 100644 --- a/Changes.md +++ b/Changes.md @@ -38,7 +38,7 @@ bumped to v1.0.0 because of this change. - This action will now configure and use `Swatinem/rust-cache` by default for you. It will include the `target` parameter as part of the cache key automatically. Suggested by @jennydaman (Jennings Zhang). GH #23. -- This action now validates its input and will exit early if they are not valid. GH #35. +- This action now validates its inputs and will exit early if they are not valid. GH #35. ## 0.0.17 - 2024-11-23