mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-12-01 19:00:57 -05:00
Apply suggestion by @joshmgross
Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
parent
5a51ca9756
commit
6a799cc704
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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
|
```yaml
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
|
|
Loading…
Reference in a new issue