2929 steps :
3030 - uses : actions/checkout@v5
3131 - name : Install uv
32- uses : astral-sh/setup-uv@v6
32+ uses : astral-sh/setup-uv@v7
3333 - name : Set up Python ${{ matrix.python-version }}
3434 uses : actions/setup-python@v6
3535 with :
6464 sudo apt-get update
6565 sudo apt-get install binutils libproj-dev gdal-bin
6666 - name : Install uv
67- uses : astral-sh/setup-uv@v6
67+ uses : astral-sh/setup-uv@v7
6868 - name : Set up Python ${{ matrix.python-version }}
6969 uses : actions/setup-python@v6
7070 with :
9292 sudo apt-get update
9393 sudo apt-get install binutils libproj-dev gdal-bin
9494 - name : Install uv
95- uses : astral-sh/setup-uv@v6
95+ uses : astral-sh/setup-uv@v7
9696 - name : Set up Python ${{ matrix.python-version }}
9797 uses : actions/setup-python@v6
9898 with :
@@ -114,7 +114,7 @@ jobs:
114114 steps :
115115 - uses : actions/checkout@v5
116116 - name : Install uv
117- uses : astral-sh/setup-uv@v6
117+ uses : astral-sh/setup-uv@v7
118118 - name : Set up Python ${{ matrix.python-version }}
119119 uses : actions/setup-python@v6
120120 with :
@@ -154,7 +154,7 @@ jobs:
154154 sudo apt-get update
155155 sudo apt-get install binutils libproj-dev gdal-bin
156156 - name : Install uv
157- uses : astral-sh/setup-uv@v6
157+ uses : astral-sh/setup-uv@v7
158158 - name : Set up Python ${{ matrix.python-version }}
159159 uses : actions/setup-python@v6
160160 with :
@@ -173,7 +173,7 @@ jobs:
173173 with :
174174 fetch-tags : true
175175 - name : Install uv & Python
176- uses : astral-sh/setup-uv@v6
176+ uses : astral-sh/setup-uv@v7
177177 with :
178178 python-version : " 3.13"
179179 - name : Ensure uv.lock is up to date
0 commit comments