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 55
55
- uses : actions/checkout@v4
56
56
57
57
- name : Set up Python ${{ matrix.python-version }}
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : ${{ matrix.python-version }}
61
61
@@ -119,7 +119,7 @@ jobs:
119
119
- uses : actions/checkout@v4
120
120
121
121
- name : Set up Python
122
- uses : actions/setup-python@v4
122
+ uses : actions/setup-python@v5
123
123
with :
124
124
python-version : ' 3.x'
125
125
@@ -160,7 +160,7 @@ jobs:
160
160
fetch-depth : 0
161
161
162
162
- name : Set up Python
163
- uses : actions/setup-python@v4
163
+ uses : actions/setup-python@v5
164
164
with :
165
165
python-version : ' 3.x'
166
166
Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : 3.8
22
22
You can’t perform that action at this time.
0 commit comments