@@ -59,14 +59,14 @@ jobs:
5959 echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
6060
6161 - name : Restore cached pixi lockfile
62- uses : actions/cache/restore@v4
62+ uses : actions/cache/restore@v5
6363 id : restore-pixi-lock
6464 with :
6565 enableCrossOsArchive : true
6666 path : |
6767 pixi.lock
6868 key : ${{ needs.cache-pixi-lock.outputs.cache-id }}
69- -
uses :
prefix-dev/[email protected] .0 69+ -
uses :
prefix-dev/[email protected] .3 7070 with :
7171 pixi-version : ${{ env.PIXI_VERSION }}
7272 cache : true
@@ -101,14 +101,14 @@ jobs:
101101 with :
102102 fetch-depth : 0 # Fetch all history for all branches and tags.
103103 - name : Restore cached pixi lockfile
104- uses : actions/cache/restore@v4
104+ uses : actions/cache/restore@v5
105105 id : restore-pixi-lock
106106 with :
107107 enableCrossOsArchive : true
108108 path : |
109109 pixi.lock
110110 key : ${{ needs.cache-pixi-lock.outputs.cache-id }}
111- -
uses :
prefix-dev/[email protected] .0 111+ -
uses :
prefix-dev/[email protected] .3 112112 with :
113113 pixi-version : ${{ env.PIXI_VERSION }}
114114 cache : true
@@ -127,7 +127,7 @@ jobs:
127127 pixi run -e ${{env.PIXI_ENV}} -- python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
128128
129129 - name : Upload mypy coverage to Codecov
130- 130+ 131131 with :
132132 file : mypy_report/cobertura.xml
133133 flags : mypy
@@ -150,14 +150,14 @@ jobs:
150150 with :
151151 fetch-depth : 0 # Fetch all history for all branches and tags.
152152 - name : Restore cached pixi lockfile
153- uses : actions/cache/restore@v4
153+ uses : actions/cache/restore@v5
154154 id : restore-pixi-lock
155155 with :
156156 enableCrossOsArchive : true
157157 path : |
158158 pixi.lock
159159 key : ${{ needs.cache-pixi-lock.outputs.cache-id }}
160- -
uses :
prefix-dev/[email protected] .0 160+ -
uses :
prefix-dev/[email protected] .3 161161 with :
162162 pixi-version : ${{ env.PIXI_VERSION }}
163163 cache : true
@@ -176,7 +176,7 @@ jobs:
176176 pixi run -e ${{env.PIXI_ENV}} -- python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
177177
178178 - name : Upload mypy coverage to Codecov
179- 179+ 180180 with :
181181 file : mypy_report/cobertura.xml
182182 flags : mypy-min
@@ -207,14 +207,14 @@ jobs:
207207 fetch-depth : 0 # Fetch all history for all branches and tags.
208208
209209 - name : Restore cached pixi lockfile
210- uses : actions/cache/restore@v4
210+ uses : actions/cache/restore@v5
211211 id : restore-pixi-lock
212212 with :
213213 enableCrossOsArchive : true
214214 path : |
215215 pixi.lock
216216 key : ${{ needs.cache-pixi-lock.outputs.cache-id }}
217- -
uses :
prefix-dev/[email protected] .0 217+ -
uses :
prefix-dev/[email protected] .3 218218 with :
219219 pixi-version : ${{ env.PIXI_VERSION }}
220220 cache : true
@@ -233,7 +233,7 @@ jobs:
233233 pixi run -e ${{ matrix.pixi-env }} -- python -m pyright xarray/
234234
235235 - name : Upload pyright coverage to Codecov
236- 236+ 237237 with :
238238 file : pyright_report/cobertura.xml
239239 flags : pyright
@@ -265,13 +265,13 @@ jobs:
265265 python-version : " 3.x"
266266
267267 - name : All-deps minimum versions policy
268- uses : xarray-contrib/minimum-dependency-versions@e2ac8ff0a76e8603d8536ef5d64743a375961ce9 # v0.1.1
268+ uses : xarray-contrib/minimum-dependency-versions@3db8e1c17328ee1e27dfe4db90d908644856eb61 # v1.0.0
269269 with :
270270 policy : ci/policy.yaml
271271 environment-paths : ci/requirements/min-all-deps.yml
272272
273273 - name : Bare minimum versions policy
274- uses : xarray-contrib/minimum-dependency-versions@e2ac8ff0a76e8603d8536ef5d64743a375961ce9 # v0.1.1
274+ uses : xarray-contrib/minimum-dependency-versions@3db8e1c17328ee1e27dfe4db90d908644856eb61 # v1.0.0
275275 with :
276276 policy : ci/policy.yaml
277277 environment-paths : ci/requirements/bare-minimum.yml
0 commit comments