File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -27,34 +27,39 @@ jobs:
27
27
'pip-compile(static)'
28
28
'pip-compile(spelling)'
29
29
'pip-compile(tag)'
30
+ python-versions : " 3.11"
30
31
- base-branch : stable-2.18
31
32
pr-branch : pip-compile/stable-2.18/dev
32
33
nox-args : >-
33
34
-e 'pip-compile(formatters)'
34
35
'pip-compile(typing)'
35
36
'pip-compile(static)'
36
37
'pip-compile(spelling)'
38
+ python-versions : " 3.11"
37
39
- base-branch : stable-2.17
38
40
pr-branch : pip-compile/stable-2.17/dev
39
41
nox-args : >-
40
42
-e 'pip-compile(formatters)'
41
43
'pip-compile(typing)'
42
44
'pip-compile(static)'
43
45
'pip-compile(spelling)'
46
+ python-versions : " 3.10"
44
47
- base-branch : stable-2.16
45
48
pr-branch : pip-compile/stable-2.16/dev
46
49
nox-args : >-
47
50
-e 'pip-compile(formatters)'
48
51
'pip-compile(typing)'
49
52
'pip-compile(static)'
50
53
'pip-compile(spelling)'
54
+ python-versions : " 3.10"
51
55
name : " Refresh dev dependencies"
52
56
uses : ./.github/workflows/reusable-pip-compile.yml
53
57
with :
54
58
message : " ci: refresh dev dependencies"
55
59
base-branch : " ${{ matrix.base-branch }}"
56
60
pr-branch : " ${{ matrix.pr-branch }}"
57
61
nox-args : " ${{ matrix.nox-args }}"
62
+ python-versions : " ${{ matrix.python-versions }}"
58
63
reset-branch : " ${{ inputs.reset-branch || false }}"
59
64
labels : " ${{ inputs.labels || 'no_backport,tooling' }}"
60
65
secrets : inherit
Original file line number Diff line number Diff line change 33
33
'pip-compile(requirements-relaxed)'
34
34
reset-branch : " ${{ inputs.reset-branch || false }}"
35
35
labels : " ${{ inputs.labels || 'doc builds,no_backport' }}"
36
+ python-versions : " 3.11"
36
37
secrets : inherit
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ name: "Refresh pinned dependencies"
32
32
labels :
33
33
type : string
34
34
default : " "
35
+ python-versions :
36
+ type : string
37
+ required : true
35
38
jobs :
36
39
refresh :
37
40
runs-on : ubuntu-latest
55
58
- name : Set up nox
56
59
57
60
with :
58
- python-versions : " 3.9 "
61
+ python-versions : " ${{ inputs.python-versions }} "
59
62
- name : Set up git committer
60
63
run : |
61
64
hacking/get_bot_user.sh "ansible-documentation-bot" "Ansible Documentation Bot"
You can’t perform that action at this time.
0 commit comments