From 6ad5303397f8fc3350d7c3c953356a66978c24ac Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 20 Jul 2025 13:26:11 -0500 Subject: [PATCH] Fix wording in changes for 1.0.3 --- Changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 0edae12..e4d12d0 100644 --- a/Changes.md +++ b/Changes.md @@ -17,8 +17,8 @@ ## 1.0.3 - 2025-02-17 - Fixed a bug when running with a Linux ARM host where the action would use a cached `cross` - download for x86-64 Linux (or vice versa). Now the cache key for the `cross` binary includes both - the runner's architecture in addition to its OS. + download for x86-64 Linux (or vice versa). Now the cache key for the `cross` binary includes the + runner's architecture in addition to its OS. - This release partially support running on Linxu ARM, but see the `README.md` file for details on this.