Commit 415fa59
authored
Bump cmake/conan defaults; fix Renovate regex that could never see them (#134)
Renovate's cmake-version/conan-version customManager regex only
matched the single-line 'key: value' shape used by callers
(cmake-version: 3.24.0). This repo's own workflow_call.inputs define
defaults two keys deep (cmake-version: / type: string / default:
3.24.0), a shape the regex could never match -- so these defaults
silently never got bumped while the same key got bumped constantly
in every downstream caller. Added a second matchStrings pattern for
the definer shape.
Also bumps the stale defaults now: cmake-version 3.24.0/3.21.7 ->
4.4.2 (matching the already-fixed lukka/get-cmake@v4.4.2 pin --
same drift class fixed elsewhere this session), conan-version
2.3.0/2.23.0 -> 2.31.2 (latest on PyPI, matching what downstream
repos already override to).
Also includes workflow name-collision fixes (Release ->
Publish Release, Conan packaging -> Conan Packaging) to avoid
ambiguity with the new Release workflow.1 parent 76d4057 commit 415fa59
4 files changed
Lines changed: 12 additions & 10 deletions
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments