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 18
18
- uses : actions/checkout@v4
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : " 3.8"
24
24
cache : " pip"
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
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 and library
46
46
steps :
47
47
- uses : actions/checkout@v4
48
48
- name : Set up Python
49
- uses : actions/setup-python@v4
49
+ uses : actions/setup-python@v5
50
50
with :
51
51
python-version : ${{ matrix.python-version }}
52
52
- uses : actions/cache@v3
76
76
steps :
77
77
- uses : actions/checkout@v4
78
78
79
- - uses : actions/setup-python@v4
79
+ - uses : actions/setup-python@v5
80
80
with :
81
81
python-version : ' 3.8'
82
82
You can’t perform that action at this time.
0 commit comments