File tree
9 files changed
+10
-10
lines changed- .github/workflows
- __tests__
- dist
- cache-save
- setup
- src
9 files changed
+10
-10
lines changedDiff for: .github/workflows/e2e-cache.yml
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Diff for: .github/workflows/versions.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Diff for: README.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Diff for: __tests__/cache-restore.test.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
|
Diff for: action.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Diff for: dist/cache-save/index.js
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50583 | 50583 |
| |
50584 | 50584 |
| |
50585 | 50585 |
| |
50586 |
| - | |
50587 | 50586 |
| |
| 50587 | + | |
50588 | 50588 |
| |
50589 | 50589 |
| |
50590 | 50590 |
| |
|
Diff for: dist/setup/index.js
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42732 | 42732 |
| |
42733 | 42733 |
| |
42734 | 42734 |
| |
42735 |
| - | |
| 42735 | + | |
42736 | 42736 |
| |
42737 | 42737 |
| |
42738 | 42738 |
| |
|
Diff for: src/cache-restore.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Diff for: src/cache-save.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
0 commit comments