File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- name : Set up Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : " 3.x"
16
16
- name : Install dependencies
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- uses : actions/checkout@v4
10
10
- name : Set up Python
11
- uses : actions/setup-python@v4
11
+ uses : actions/setup-python@v5
12
12
with :
13
13
python-version : ' 3.x'
14
14
- name : Install dependencies
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Set up Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
19
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments