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 28
28
with :
29
29
fetch-depth : 0
30
30
- name : Set up Python
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ' 3.x'
34
34
- name : Install dependencies
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.10
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : " 3.10"
30
30
66
66
runs-on : ${{ matrix.os }}
67
67
steps :
68
68
- name : Set up Python 3.8
69
- uses : actions/setup-python@v4
69
+ uses : actions/setup-python@v5
70
70
with :
71
71
python-version : " 3.8"
72
72
@@ -133,7 +133,7 @@ jobs:
133
133
steps :
134
134
- uses : actions/checkout@v4
135
135
136
- - uses : actions/setup-python@v4
136
+ - uses : actions/setup-python@v5
137
137
with :
138
138
python-version : " 3.10"
139
139
You can’t perform that action at this time.
0 commit comments