From a0b2ccd63176060d61d875a04fabe94da5c75921 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 25 Feb 2024 18:08:12 +0800 Subject: [PATCH] Add more info for latest Changes.md entry --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index b717732..8659c20 100644 --- a/Changes.md +++ b/Changes.md @@ -1,7 +1,7 @@ ## 0.0.12 - 2024-02-25 - Bumped the version of `actions/cache` used in this action to v4. The v3 version uses Node 16, - which causes warnings when run. + which causes warnings when run. Implemented by @hms5232. GH #13. ## 0.0.11 - 2023-12-17