File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v3.2.0
13
13
- name : Set up Python 3.9
14
- uses : actions/setup-python@v4.3.1
14
+ uses : actions/setup-python@v4.4.0
15
15
with :
16
16
python-version : 3.9
17
17
- name : Install build
Original file line number Diff line number Diff line change 18
18
- name : Check out code from GitHub
19
19
uses : actions/checkout@v3.2.0
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4.3.1
21
+ uses : actions/setup-python@v4.4.0
22
22
with :
23
23
python-version : " 3.9"
24
24
- name : Install dependencies
50
50
- name : Check out code from GitHub
51
51
uses : actions/checkout@v3.2.0
52
52
- name : Set up Python ${{ matrix.python-version }}
53
- uses : actions/setup-python@v4.3.1
53
+ uses : actions/setup-python@v4.4.0
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments