Commit 7a8dbf9 1 parent b79137a commit 7a8dbf9 Copy full SHA for 7a8dbf9
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- name : Set up Python ${{ matrix.python-version }}
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- name : Install dependencies
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Set up Python 3.8
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : 3.8
20
20
- name : Install dependencies
31
31
steps :
32
32
- uses : actions/checkout@v4
33
33
- name : Set up Python ${{ matrix.python-version }}
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@5
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
- name : Install dependencies
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- name : Set up Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.8'
19
19
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments