File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2424 shell : bash -l {0}
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
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@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Set up Python
2525 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout Folium
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Setup Micromamba env
1818 uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change 2121 shell : bash -l {0}
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - name : Setup Micromamba env
2727 uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout Folium
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
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@v4
35+ uses : actions/checkout@v5
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@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Setup Micromamba env
2222 uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change 1616 shell : bash -l {0}
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Setup Micromamba env
2222 uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change 2020 shell : bash -l {0}
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424
2525 - name : Setup Micromamba env
2626 uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Folium
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Setup Micromamba env
2121 uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 python-version : ' 3.x'
2323
2424 - name : Checkout Folium
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 - name : Checkout Streamlit Folium
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 repository : randyzwitch/streamlit-folium
3131 ref : master
You can’t perform that action at this time.
0 commit comments