Compare commits

..

6 Commits

Author SHA1 Message Date
Bernhard Kaindl
c6726a8fcc
Merge 592a6091c2 into 81382a721f 2024-08-18 19:19:34 +00:00
Bernhard Kaindl
592a6091c2
Merge branch 'main' into update-types/node16-to-20-and-v3-in-readmes 2024-08-18 21:19:30 +02:00
Bassem Dghaidi
81382a721f
Merge pull request #1311 from todgru/todgru/v4-documentation-update
docs: update examples to v4
2024-08-14 12:13:33 +02:00
Bassem Dghaidi
c4ee99a3bd
Merge branch 'main' into todgru/v4-documentation-update 2024-08-14 12:09:56 +02:00
todgru
bf9a7572fe
Merge branch 'main' into todgru/v4-documentation-update 2024-04-24 07:24:11 -07:00
todgru
104f95683b update documentation to use <action>@v4 2024-01-26 14:08:22 -08:00

View File

@ -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