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
@@ -101,7 +101,7 @@ 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
@@ -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,7 +150,7 @@ 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
@@ -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,7 +207,7 @@ 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
@@ -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