mirror of
https://github.com/actions/cache.git
synced 2026-07-04 03:15:47 +00:00
Compare commits
6 Commits
48c35743b8
...
c6726a8fcc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6726a8fcc | ||
|
|
592a6091c2 | ||
|
|
81382a721f | ||
|
|
c4ee99a3bd | ||
|
|
bf9a7572fe | ||
|
|
104f95683b |
@ -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 `v3` and higher, you can now exclude unwanted packages with [exclude pattern](https://github.com/actions/toolkit/tree/main/packages/glob#exclude-patterns)
|
With `actions/cache@v4` 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 New Issue
Block a user