Commit eca95c3
committed
Migrate Bitrise from deprecated branch-based caching to key-based caching
Replace deprecated cache-pull@2 and cache-push@2 steps (removal date
2025-04-11) with the recommended key-based caching alternatives:
- android workflow: restore-npm-cache@1 / save-npm-cache@1
- primary workflow: restore-npm-cache@1 + restore-cocoapods-cache@1 /
save-npm-cache@1 + save-cocoapods-cache@1
The dedicated caching steps automatically configure cache keys and paths,
requiring no additional configuration.
https://claude.ai/code/session_01YJLZcp9TNGeE8mkZueZUcZ1 parent 1021acf commit eca95c3
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments