File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v4
15
15
16
16
- name : Set up Python 3.10
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.10"
20
20
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : " 3.10"
25
25
69
69
- uses : actions/checkout@v4
70
70
71
71
- name : Set up Python ${{ matrix.python-version }}
72
- uses : actions/setup-python@v4
72
+ uses : actions/setup-python@v5
73
73
with :
74
74
python-version : ${{ matrix.python-version }}
75
75
@@ -116,7 +116,7 @@ jobs:
116
116
steps :
117
117
- uses : actions/checkout@v4
118
118
119
- - uses : actions/setup-python@v4
119
+ - uses : actions/setup-python@v5
120
120
with :
121
121
python-version : " 3.10"
122
122
You can’t perform that action at this time.
0 commit comments