File tree Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 2424 shell : bash -l {0}
2525
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
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@v5
22+ - uses : actions/checkout@v6
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@v5
15+ uses : actions/checkout@v6
1616
1717 - name : Setup Micromamba env
1818 uses : mamba-org/setup-micromamba@v2
3636
3737 - name : Save versions.txt
3838 if : always()
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 with :
4141 name : versions.txt
4242 path : /tmp/versions.txt
Original file line number Diff line number Diff line change 2121 shell : bash -l {0}
2222
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525
2626 - name : Setup Micromamba env
2727 uses : mamba-org/setup-micromamba@v2
4747
4848 - name : Upload coverage
4949 if : always()
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : coverage-test-code-${{ matrix.os }}-${{ matrix.python-version }}
5353 path : .coverage*
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout Folium
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
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@v5
35+ uses : actions/checkout@v6
3636 with :
3737 repository : geopandas/geopandas
3838 path : geopandas
5454
5555 - name : Upload coverage
5656 if : always()
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v5
5858 with :
5959 name : coverage-test-geopandas
6060 path : |
Original file line number Diff line number Diff line change 1616 shell : bash -l {0}
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020
2121 - name : Setup Micromamba env
2222 uses : mamba-org/setup-micromamba@v2
3838
3939 - name : Upload coverage
4040 if : always()
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : coverage-test-branca
4444 path : |
Original file line number Diff line number Diff line change 1616 shell : bash -l {0}
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
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@v5
23+ - uses : actions/checkout@v6
2424
2525 - name : Setup Micromamba env
2626 uses : mamba-org/setup-micromamba@v2
3939
4040 - name : Upload coverage
4141 if : always()
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : coverage-test-selenium-${{ matrix.python-version }}
4545 path : |
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Folium
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Setup Micromamba env
2121 uses : mamba-org/setup-micromamba@v2
4747
4848 - name : Upload screenshots
4949 if : failure()
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : screenshots
5353 path : |
5656
5757 - name : Upload coverage
5858 if : always()
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : coverage-test-snapshots
6262 path : |
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@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Install uv
28- uses : astral-sh/setup-uv@v6
28+ uses : astral-sh/setup-uv@v7
2929
3030 - name : Checkout Streamlit Folium
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 repository : randyzwitch/streamlit-folium
3434 ref : master
7575
7676 - name : Upload coverage
7777 if : always()
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v5
7979 with :
8080 name : coverage-test-streamlit-folium
8181 path : |
You can’t perform that action at this time.
0 commit comments