mirror of
https://github.com/actions/cache.git
synced 2026-05-13 21:38:06 +00:00
Compare commits
8 Commits
37af611e4a
...
c3d31a40fb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3d31a40fb | ||
|
|
27d5ce7f10 | ||
|
|
f280785d7b | ||
|
|
619aeb1606 | ||
|
|
bcf16c2893 | ||
|
|
56dcbc499d | ||
|
|
6094803a45 | ||
|
|
ad901c8ed3 |
BIN
.licenses/npm/@typespec/ts-http-runtime.dep.yml
generated
BIN
.licenses/npm/@typespec/ts-http-runtime.dep.yml
generated
Binary file not shown.
@ -199,6 +199,7 @@ See [Examples](examples.md) for a list of `actions/cache` implementations for us
|
||||
* [Go - Modules](./examples.md#go---modules)
|
||||
* [Haskell - Cabal](./examples.md#haskell---cabal)
|
||||
* [Haskell - Stack](./examples.md#haskell---stack)
|
||||
* [Hugo - Resources](./examples.md#hugo---resources)
|
||||
* [Java - Gradle](./examples.md#java---gradle)
|
||||
* [Java - Maven](./examples.md#java---maven)
|
||||
* [Node - npm](./examples.md#node---npm)
|
||||
|
||||
4713
dist/restore-only/index.js
vendored
4713
dist/restore-only/index.js
vendored
File diff suppressed because it is too large
Load Diff
4713
dist/restore/index.js
vendored
4713
dist/restore/index.js
vendored
File diff suppressed because it is too large
Load Diff
4713
dist/save-only/index.js
vendored
4713
dist/save-only/index.js
vendored
File diff suppressed because it is too large
Load Diff
4713
dist/save/index.js
vendored
4713
dist/save/index.js
vendored
File diff suppressed because it is too large
Load Diff
10
examples.md
10
examples.md
@ -18,6 +18,7 @@
|
||||
- [Windows](#windows-2)
|
||||
- [Haskell - Cabal](#haskell---cabal)
|
||||
- [Haskell - Stack](#haskell---stack)
|
||||
- [Hugo - Resources](#hugo---resources)
|
||||
- [Java - Gradle](#java---gradle)
|
||||
- [Java - Maven](#java---maven)
|
||||
- [Node - npm](#node---npm)
|
||||
@ -300,6 +301,15 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
|
||||
${{ runner.os }}-stack-work-
|
||||
```
|
||||
|
||||
## Hugo - Resources
|
||||
|
||||
```yaml
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: resources
|
||||
key: ${{ runner.os }}-hugo-resources
|
||||
```
|
||||
|
||||
## Java - Gradle
|
||||
|
||||
> **Note** Ensure no Gradle daemons are running anymore when your workflow completes. Creating the cache package might fail due to locks being held by Gradle. Refer to the [Gradle Daemon documentation](https://docs.gradle.org/current/userguide/gradle_daemon.html) on how to disable or stop the Gradle Daemons.
|
||||
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -1945,9 +1945,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@typespec/ts-http-runtime": {
|
||||
"version": "0.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.2.tgz",
|
||||
"integrity": "sha512-IlqQ/Gv22xUC1r/WQm4StLkYQmaaTsXAhUVsNE0+xiyf0yRFiH5++q78U3bw6bLKDCTmh0uqKB9eG9+Bt75Dkg==",
|
||||
"version": "0.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.5.tgz",
|
||||
"integrity": "sha512-yURCknZhvywvQItHMMmFSo+fq5arCUIyz/CVk7jD89MSai7dkaX8ufjCWp3NttLojoTVbcE72ri+be/TnEbMHw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"http-proxy-agent": "^7.0.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user