Skip to content

Commit fd9c049

Browse files
Add .NET NuGet action to list of cacheable package managers (#32539)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 8ff4bbf commit fd9c049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ To cache dependencies for a job, you can use {% data variables.product.prodname_
3030
| Gradle, Maven | [setup-java](https://github.com/actions/setup-java#caching-packages-dependencies) |
3131
| RubyGems | [setup-ruby](https://github.com/ruby/setup-ruby#caching-bundle-install-automatically) |
3232
| Go `go.sum` | [setup-go](https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs) |
33+
| .NET NuGet | [setup-dotnet](https://github.com/actions/setup-dotnet?tab=readme-ov-file#caching-nuget-packages) |
3334

3435
{% warning %}
3536

0 commit comments

Comments
 (0)