File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 19
19
- name : Install Poetry
20
20
run : pipx install poetry==1.8.4
21
21
22
- - uses : actions/setup-python@v5
22
+ - uses : actions/setup-python@v6
23
23
with :
24
24
python-version : 3.12
25
25
63
63
steps :
64
64
- uses : actions/checkout@v5
65
65
66
- - uses : actions/setup-python@v5
66
+ - uses : actions/setup-python@v6
67
67
with :
68
68
python-version : ${{ matrix.python-version }}
69
69
94
94
steps :
95
95
- uses : actions/checkout@v5
96
96
97
- - uses : actions/setup-python@v5
97
+ - uses : actions/setup-python@v6
98
98
with :
99
99
python-version : ${{ matrix.python-version }}
100
100
@@ -127,7 +127,7 @@ jobs:
127
127
steps :
128
128
- uses : actions/checkout@v5
129
129
130
- - uses : actions/setup-python@v5
130
+ - uses : actions/setup-python@v6
131
131
with :
132
132
python-version : ${{ matrix.python-version }}
133
133
Original file line number Diff line number Diff line change 15
15
- name : Install Poetry
16
16
run : pipx install poetry==1.8.4
17
17
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@v6
19
19
with :
20
20
python-version : 3.12
21
21
45
45
steps :
46
46
- uses : actions/checkout@v5
47
47
48
- - uses : actions/setup-python@v5
48
+ - uses : actions/setup-python@v6
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
76
76
steps :
77
77
- uses : actions/checkout@v5
78
78
79
- - uses : actions/setup-python@v5
79
+ - uses : actions/setup-python@v6
80
80
with :
81
81
python-version : ${{ matrix.python-version }}
82
82
@@ -109,7 +109,7 @@ jobs:
109
109
steps :
110
110
- uses : actions/checkout@v5
111
111
112
- - uses : actions/setup-python@v5
112
+ - uses : actions/setup-python@v6
113
113
with :
114
114
python-version : ${{ matrix.python-version }}
115
115
Original file line number Diff line number Diff line change 23
23
with :
24
24
token : " ${{ secrets.PERSONAL_ACCESS_TOKEN }}"
25
25
fetch-depth : 0
26
- - uses : actions/setup-python@v5
26
+ - uses : actions/setup-python@v6
27
27
with :
28
28
python-version : ' 3.12'
29
29
Original file line number Diff line number Diff line change 14
14
contents : write
15
15
steps :
16
16
- uses : actions/checkout@v5
17
- - uses : actions/setup-python@v5
17
+ - uses : actions/setup-python@v6
18
18
with :
19
19
python-version : ' 3.12'
20
20
Original file line number Diff line number Diff line change 23
23
environment : wiki
24
24
steps :
25
25
- uses : actions/checkout@v5
26
- - uses : actions/setup-python@v5
26
+ - uses : actions/setup-python@v6
27
27
with :
28
28
python-version : ' 3.12'
29
29
You can’t perform that action at this time.
0 commit comments