Commit e8e2281 1 parent 13162d6 commit e8e2281 Copy full SHA for e8e2281
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
cache : ' pip'
47
47
steps :
48
48
- uses : actions/checkout@v4
49
49
- name : Set up Python ${{ matrix.python-version }}
50
- uses : actions/setup-python@v4
50
+ uses : actions/setup-python@v5
51
51
with :
52
52
python-version : ${{ matrix.python-version }}
53
53
cache : ' pip'
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Set up Python
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : " 3.x"
18
18
cache : " pip"
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up Python
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ' 3.x'
21
21
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments