File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 name : " Docs"
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
17- - uses : actions/setup-python@v2
16+ - uses : actions/checkout@v3
17+ with :
18+ fetch-depth : 0
19+ - uses : actions/setup-python@v4
1820 with :
1921 python-version : 3.8
2022 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 name : " Run pre-commit"
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
17- - uses : actions/setup-python@v2
16+ - uses : actions/checkout@v3
17+ - uses : actions/setup-python@v4
1818 - uses : pre-commit/action@v2.0.3
Original file line number Diff line number Diff line change 2525 python-version : ' 3.10'
2626
2727 steps :
28- - uses : actions/checkout@v2
29- - uses : actions/setup-python@v2
28+ - uses : actions/checkout@v3
29+ - uses : actions/setup-python@v4
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install dependencies
4444 runs-on : ubuntu-latest
4545 if : ${{ !github.event.pull_request.head.repo.fork }}
4646 steps :
47- - uses : actions/checkout@v2
48- - uses : actions/setup-python@v2
47+ - uses : actions/checkout@v3
48+ - uses : actions/setup-python@v4
4949 with :
5050 python-version : 3.8
5151 - name : Install dependencies
7272 name : " Test Docker"
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/checkout@v2
76- - uses : actions/setup-python@v2
75+ - uses : actions/checkout@v3
76+ - uses : actions/setup-python@v4
7777 with :
7878 python-version : 3.8
7979 - name : Install dependencies
9797 name : " Test no exra ml frameworks"
9898 runs-on : ubuntu-latest
9999 steps :
100- - uses : actions/checkout@v2
101- - uses : actions/setup-python@v2
100+ - uses : actions/checkout@v3
101+ - uses : actions/setup-python@v4
102102 with :
103103 python-version : 3.8
104104 - name : Install dependencies
Original file line number Diff line number Diff line change 2525
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929
30- - uses : actions/setup-python@v2
30+ - uses : actions/setup-python@v4
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333
7474 with :
7575 ref : ${{ steps.latestrelease.outputs.releasetag }}
7676
77- - uses : actions/setup-python@v2
77+ - uses : actions/setup-python@v4
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080
@@ -120,7 +120,7 @@ jobs:
120120 with :
121121 ref : ${{ steps.latestrelease.outputs.releasetag }}
122122
123- - uses : actions/setup-python@v2
123+ - uses : actions/setup-python@v4
124124 with :
125125 python-version : ${{ matrix.python-version }}
126126
@@ -153,9 +153,9 @@ jobs:
153153 python-version : ['3.9']
154154
155155 steps :
156- - uses : actions/checkout@v2
156+ - uses : actions/checkout@v3
157157
158- - uses : actions/setup-python@v2
158+ - uses : actions/setup-python@v4
159159 with :
160160 python-version : ${{ matrix.python-version }}
161161
Original file line number Diff line number Diff line change 11# Who maintains Vetiver
22
3- Vetiver was created by and is currently maintained by Isabel Zimmerman <isabel.zimmerman@posit.co >.
3+ The vetiver package was created by and is currently maintained by Isabel Zimmerman <isabel.zimmerman@posit.co >. [ Posit Software, PBC ] ( https://posit.co/products/open-source/ ) is a copyright holder and funder of the vetiver package .
44
55Several individuals in the community have taken an active role in helping to maintain vetiver and submit fixes. Those individuals are shown in the git changelog.
You can’t perform that action at this time.
0 commit comments