Commit 2689526
committed
ci: bump deprecated actions/checkout and actions/cache to v4 in lint-code
GitHub started auto-failing workflows using actions/cache@v2 in
December 2025 (deprecation notice). actions/checkout@v2 is in the
same bucket. With this PR removing the 'branches: [main]' filter on
pr.yml, the lint-code job now runs on every PR — so the red-flag
deprecation caught by the runner causes every new PR to fail until
these two pins are rotated forward.
Minimal change: v2 → v4 on both uses: lines; everything else in the
job stays the same.
Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>1 parent 6e6cabe commit 2689526
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments