Commit 88a4c97
ci: upgrade outdated actions and cache deps in PR Checks (master) (#5150)
- Upgrade actions/checkout v3 → v4 in both check_docs and test_go
- Upgrade actions/setup-go v3 → v5 with cache-dependency-path: v2/go.sum
(enables Go module and build cache, was missing previously)
- Replace bare apt-get update/install with awalsh128/cache-apt-pkgs-action
for ubuntu-22.04 and ubuntu-24.04 (saves ~30s per Linux job on cache hit,
consistent with how v3 workflows handle Linux deps)
The test_go condition and trigger types were already correct on master.
Companion to #5149 which makes equivalent changes on the v3-alpha branch.
Co-authored-by: Wails Documentation Agent <agent@wails.local>1 parent 7925cb7 commit 88a4c97
1 file changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
| 72 | + | |
69 | 73 | | |
70 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
71 | 77 | | |
72 | 78 | | |
73 | | - | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
| 82 | + | |
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
| |||
0 commit comments