From aad34ab0bc91df1a88e68c2ff0d9065fbb169c08 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Fri, 9 Apr 2021 14:23:05 -0500 Subject: [PATCH] Update RELEASES.md --- packages/cache/RELEASES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index dc3901f9..201b1a8d 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -36,4 +36,7 @@ ### 1.0.6 - Make caching more verbose [#650](https://github.com/actions/toolkit/pull/650) -- Use GNU tar on macOS if available [#701](https://github.com/actions/toolkit/pull/701) \ No newline at end of file +- Use GNU tar on macOS if available [#701](https://github.com/actions/toolkit/pull/701) + +### 1.0.7 +- Fixes permissions issue extracting archives with GNU tar on macOS ([issue](https://github.com/actions/cache/issues/527))