File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
matrix :
14
14
python-version : ["3.10"]
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Set up Python ${{ matrix.python-version }}
18
18
uses : actions/setup-python@v4
19
19
with :
Original file line number Diff line number Diff line change 11
11
python-version : ["3.10"]
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up Python ${{ matrix.python-version }}
16
16
uses : actions/setup-python@v4
17
17
with :
Original file line number Diff line number Diff line change 21
21
]
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
uses : actions/setup-python@v4
27
27
with :
You can’t perform that action at this time.
0 commit comments