File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
submodules : recursive
51
51
fetch-depth : 0
52
52
- name : Set up Python ${{ matrix.python-version }}
53
- uses : actions/setup-python@v4
53
+ uses : actions/setup-python@v5
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
- name : Display Python version
Original file line number Diff line number Diff line change 40
40
- uses : actions/checkout@v4
41
41
with :
42
42
fetch-depth : 0
43
- - uses : actions/setup-python@v4
43
+ - uses : actions/setup-python@v5
44
44
with :
45
45
python-version : 3
46
46
- run : pip install --upgrade build twine
63
63
with :
64
64
name : dist
65
65
path : dist/
66
- - uses : actions/setup-python@v4
66
+ - uses : actions/setup-python@v5
67
67
with :
68
68
python-version : 3
69
69
- name : Display Python version
@@ -124,7 +124,7 @@ jobs:
124
124
steps :
125
125
- uses : actions/checkout@v4
126
126
- name : Set up Python ${{ matrix.python-version }}
127
- uses : actions/setup-python@v4
127
+ uses : actions/setup-python@v5
128
128
with :
129
129
python-version : ${{ matrix.python-version }}
130
130
- name : Display Python version
You can’t perform that action at this time.
0 commit comments