mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 12:46:17 +02:00
Remove language specific examples
This commit is contained in:
parent
f270d90235
commit
0a0c06df1c
2 changed files with 0 additions and 23 deletions
15
README.md
15
README.md
|
@ -264,21 +264,6 @@ With the introduction of the `restore` and `save` actions, a lot of caching use
|
|||
|
||||
See our [GCS-specific examples](examples.md#google-cloud-storage-cache) for complete workflow templates using Google Cloud Storage caching.
|
||||
|
||||
### Language-Specific Examples
|
||||
|
||||
Every programming language and framework has its own way of caching. See our [Examples](examples.md) for language-specific cache implementations:
|
||||
|
||||
* [Bun](./examples.md#bun)
|
||||
* [C# - NuGet](./examples.md#c---nuget)
|
||||
* [Java - Gradle](./examples.md#java---gradle)
|
||||
* [Java - Maven](./examples.md#java---maven)
|
||||
* [Node - npm](./examples.md#node---npm)
|
||||
* [Python - pip](./examples.md#python---pip)
|
||||
* [Ruby - Bundler](./examples.md#ruby---bundler)
|
||||
* [Rust - Cargo](./examples.md#rust---cargo)
|
||||
|
||||
And [many more languages and frameworks](examples.md)
|
||||
|
||||
## Creating a cache key
|
||||
|
||||
A cache key can include any of the contexts, functions, literals, and operators supported by GitHub Actions.
|
||||
|
|
|
@ -222,11 +222,3 @@ Using Workload Identity Federation provides enhanced security since:
|
|||
- Access is temporary and scoped to just the running workflow
|
||||
- All access is fully auditable in Google Cloud logs
|
||||
|
||||
## Language-Specific Caching Examples
|
||||
|
||||
- [Bun](#bun)
|
||||
- [C# - NuGet](#c---nuget)
|
||||
- [Clojure - Lein Deps](#clojure---lein-deps)
|
||||
- [D - DUB](#d---dub)
|
||||
- [POSIX](#posix)
|
||||
- [Windows](#windows)
|
||||
|
|
Loading…
Add table
Reference in a new issue