File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
- ubuntu-latest
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- name : Set up Python ${{ matrix.python-version }}
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
40
40
- name : Upgrade pip setuptools wheel
62
62
- ubuntu-latest
63
63
64
64
steps :
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
- name : Set up Python ${{ matrix.python-version }}
67
- uses : actions/setup-python@v4
67
+ uses : actions/setup-python@v5
68
68
with :
69
69
python-version : ${{ matrix.python-version }}
70
70
- name : Upgrade pip setuptools wheel
95
95
- ubuntu-latest
96
96
97
97
steps :
98
- - uses : actions/checkout@v3
98
+ - uses : actions/checkout@v4
99
99
- name : Set up Python ${{ matrix.python-version }}
100
- uses : actions/setup-python@v4
100
+ uses : actions/setup-python@v5
101
101
with :
102
102
python-version : ${{ matrix.python-version }}
103
103
- name : Upgrade pip setuptools wheel
You can’t perform that action at this time.
0 commit comments