File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ jobs:
1313 runs-on : ${{ matrix.os }}
1414 strategy :
1515 matrix :
16- python-version : [ "3.10 " ]
16+ python-version : [ "3.12 " ]
1717 os : [ ubuntu-latest ]
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
2727 - name : Install package
2828 run : python -m pip install .
2929
3030 - name : Upload Projects of specified period
31- run : geopephub clean-history
32- # By default it will keep 90 days of history
31+ run : geopephub clean-history --days 365
32+ # By default it will keep 365 days of history
3333 env :
3434 POSTGRES_DB : ${{ secrets.POSTGRES_DB }}
3535 POSTGRES_HOST : ${{ secrets.POSTGRES_HOST }}
You can’t perform that action at this time.
0 commit comments