Skip to content

Commit 58242cf

Browse files
Vampirekrzema12
andauthored
Add actions/cache@v5 (#138)
Co-authored-by: Piotr Krzemiński <[email protected]>
1 parent 8fc1cb5 commit 58242cf

4 files changed

Lines changed: 68 additions & 0 deletions

File tree

typings/actions/cache/metadata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- "v2"
33
- "v3"
44
- "v4"
5+
- "v5"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# See https://github.com/typesafegithub/github-actions-typing
2+
inputs:
3+
path:
4+
type: list
5+
separator: "\n"
6+
list-item:
7+
type: string
8+
key:
9+
type: string
10+
restore-keys:
11+
type: list
12+
separator: "\n"
13+
list-item:
14+
type: string
15+
upload-chunk-size:
16+
type: integer
17+
enableCrossOsArchive:
18+
type: boolean
19+
fail-on-cache-miss:
20+
type: boolean
21+
lookup-only:
22+
type: boolean
23+
save-always:
24+
type: boolean
25+
outputs:
26+
cache-hit:
27+
type: boolean
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# See https://github.com/typesafegithub/github-actions-typing
2+
inputs:
3+
path:
4+
type: list
5+
separator: "\n"
6+
list-item:
7+
type: string
8+
key:
9+
type: string
10+
restore-keys:
11+
type: list
12+
separator: "\n"
13+
list-item:
14+
type: string
15+
enableCrossOsArchive:
16+
type: boolean
17+
fail-on-cache-miss:
18+
type: boolean
19+
lookup-only:
20+
type: boolean
21+
outputs:
22+
cache-hit:
23+
type: boolean
24+
cache-primary-key:
25+
type: string
26+
cache-matched-key:
27+
type: string
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See https://github.com/typesafegithub/github-actions-typing
2+
inputs:
3+
path:
4+
type: list
5+
separator: "\n"
6+
list-item:
7+
type: string
8+
key:
9+
type: string
10+
upload-chunk-size:
11+
type: integer
12+
enableCrossOsArchive:
13+
type: boolean

0 commit comments

Comments
 (0)