Commit 8bb1430 1 parent 3d78dd4 commit 8bb1430 Copy full SHA for 8bb1430
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 71
71
uses : actions/checkout@v2.4.0
72
72
- name : 🏗 Set up Python 3.8
73
73
id : python
74
- uses : actions/setup-python@v2.2.2
74
+ uses : actions/setup-python@v2.3.0
75
75
with :
76
76
python-version : 3.8
77
77
- name : 🏗 Read .nvmrc
Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@v2.4.0
17
17
- name : 🏗 Set up Python 3.8
18
18
id : python
19
- uses : actions/setup-python@v2.2.2
19
+ uses : actions/setup-python@v2.3.0
20
20
with :
21
21
python-version : 3.8
22
22
- name : 🏗 Get pip cache dir
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v2.4.0
21
21
- name : 🏗 Set up Python ${{ matrix.python }}
22
22
id : python
23
- uses : actions/setup-python@v2.2.2
23
+ uses : actions/setup-python@v2.3.0
24
24
with :
25
25
python-version : ${{ matrix.python }}
26
26
- name : 🏗 Get pip cache dir
67
67
uses : actions/download-artifact@v2.0.10
68
68
- name : 🏗 Set up Python 3.9
69
69
id : python
70
- uses : actions/setup-python@v2.2.2
70
+ uses : actions/setup-python@v2.3.0
71
71
with :
72
72
python-version : 3.9
73
73
- name : 🏗 Get pip cache dir
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v2.4.0
20
20
- name : 🏗 Set up Python ${{ matrix.python }}
21
21
id : python
22
- uses : actions/setup-python@v2.2.2
22
+ uses : actions/setup-python@v2.3.0
23
23
with :
24
24
python-version : ${{ matrix.python }}
25
25
- name : 🏗 Get pip cache dir
62
62
uses : actions/checkout@v2.4.0
63
63
- name : 🏗 Set up Python ${{ matrix.python }}
64
64
id : python
65
- uses : actions/setup-python@v2.2.2
65
+ uses : actions/setup-python@v2.3.0
66
66
with :
67
67
python-version : ${{ matrix.python }}
68
68
- name : 🏗 Read .nvmrc
You can’t perform that action at this time.
0 commit comments