File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 shell : bash -l {0}
2525
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change 1919 packages :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323
2424 - name : Set up Python
2525 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout Folium
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616
1717 - name : Setup Micromamba env
1818 uses : mamba-org/setup-micromamba@v3
Original file line number Diff line number Diff line change 2121 shell : bash -l {0}
2222
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525
2626 - name : Setup Micromamba env
2727 uses : mamba-org/setup-micromamba@v3
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout Folium
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 with :
2222 # needed to get the correct version number for Folium
2323 fetch-depth : 0
3232 --file folium/requirements.txt
3333
3434 - name : Checkout Geopandas
35- uses : actions/checkout@v6
35+ uses : actions/checkout@v7
3636 with :
3737 repository : geopandas/geopandas
3838 path : geopandas
Original file line number Diff line number Diff line change 1616 shell : bash -l {0}
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020
2121 - name : Setup Micromamba env
2222 uses : mamba-org/setup-micromamba@v3
Original file line number Diff line number Diff line change 1616 shell : bash -l {0}
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020
2121 - name : Setup Micromamba env
2222 uses : mamba-org/setup-micromamba@v3
Original file line number Diff line number Diff line change 2020 shell : bash -l {0}
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424
2525 - name : Setup Micromamba env
2626 uses : mamba-org/setup-micromamba@v3
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Folium
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919
2020 - name : Setup Micromamba env
2121 uses : mamba-org/setup-micromamba@v3
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 python-version : ' 3.13'
2323
2424 - name : Checkout Folium
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626
2727 - name : Install uv
2828 uses : astral-sh/setup-uv@v7
2929
3030 - name : Checkout Streamlit Folium
31- uses : actions/checkout@v6
31+ uses : actions/checkout@v7
3232 with :
3333 repository : randyzwitch/streamlit-folium
3434 ref : master
You can’t perform that action at this time.
0 commit comments