From 6a799cc7045c264243de8b7363d4765e2ee7bc0c Mon Sep 17 00:00:00 2001 From: Bernhard Kaindl Date: Wed, 31 Jul 2024 23:01:26 +0200 Subject: [PATCH] Apply suggestion by @joshmgross Co-authored-by: Josh Gross --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 2bd2231..bff3798 100644 --- a/examples.md +++ b/examples.md @@ -55,7 +55,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa ``` Depending on the environment, huge packages might be pre-installed in the global cache folder. -With `actions/cache@v4` you can now exclude unwanted packages with [exclude pattern](https://github.com/actions/toolkit/tree/main/packages/glob#exclude-patterns) +With `v3` and higher, you can now exclude unwanted packages with [exclude pattern](https://github.com/actions/toolkit/tree/main/packages/glob#exclude-patterns) ```yaml - uses: actions/cache@v4