File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939 - name : Set up Python 3.x
40- uses : actions/setup-python@v4
40+ uses : actions/setup-python@v5
4141 # 3.x uses the latest minor version of python3. This may break briefly when there is a new version
4242 # but dependent libraries (e.g. numpy) have not yet released a compatible update.
4343 # May need to enable version pinning (e.g. 3.10) temporarily at times.
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 - name : Install Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.x'
1919 - name : Install Datasketches and Sphinx
You can’t perform that action at this time.
0 commit comments