File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
- " 3.8"
26
26
steps :
27
27
- name : Setup python for tox
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : " 3.11"
31
31
- name : Install tox
34
34
with :
35
35
fetch-depth : 0
36
36
- name : Setup python for test ${{ matrix.py }}
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
39
python-version : ${{ matrix.py }}
40
40
- name : Pick environment to run
74
74
- uses : actions/checkout@v4
75
75
with :
76
76
fetch-depth : 0
77
- - uses : actions/setup-python@v4
77
+ - uses : actions/setup-python@v5
78
78
with :
79
79
python-version : " 3.11"
80
80
- name : Install tox
@@ -113,7 +113,7 @@ jobs:
113
113
with :
114
114
fetch-depth : 0
115
115
- name : Setup Python "3.11"
116
- uses : actions/setup-python@v4
116
+ uses : actions/setup-python@v5
117
117
with :
118
118
python-version : " 3.11"
119
119
- name : Install tox
Original file line number Diff line number Diff line change 13
13
id-token : write
14
14
steps :
15
15
- name : Setup python to build package
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : " 3.11"
19
19
- name : Install build
You can’t perform that action at this time.
0 commit comments