Skip to content

Commit

Permalink
Apply suggestion by @joshmgross
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Gross <joshmgross@github.com>
  • Loading branch information
bernhardkaindl and joshmgross authored Jul 31, 2024
1 parent 5a51ca9 commit 6a799cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a799cc

Please sign in to comment.