From 137eb5fea251a01055f7424f200f17a5e1b46017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:02:38 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [xarray-contrib/minimum-dependency-versions](https://github.com/xarray-contrib/minimum-dependency-versions) and [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action). Updates `xarray-contrib/minimum-dependency-versions` from 1.0.0 to 2.0.0 - [Release notes](https://github.com/xarray-contrib/minimum-dependency-versions/releases) - [Commits](https://github.com/xarray-contrib/minimum-dependency-versions/compare/3db8e1c17328ee1e27dfe4db90d908644856eb61...10c2aa0b74609aa542d5dd9c42223f5804f43470) Updates `scientific-python/upload-nightly-action` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/scientific-python/upload-nightly-action/releases) - [Commits](https://github.com/scientific-python/upload-nightly-action/compare/b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf...5748273c71e2d8d3a61f3a11a16421c8954f9ecf) --- updated-dependencies: - dependency-name: xarray-contrib/minimum-dependency-versions dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: scientific-python/upload-nightly-action dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-additional.yaml | 4 ++-- .github/workflows/nightly-wheels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-additional.yaml b/.github/workflows/ci-additional.yaml index 673959cf466..8c73de255b8 100644 --- a/.github/workflows/ci-additional.yaml +++ b/.github/workflows/ci-additional.yaml @@ -265,13 +265,13 @@ jobs: python-version: "3.x" - name: All-deps minimum versions policy - uses: xarray-contrib/minimum-dependency-versions@3db8e1c17328ee1e27dfe4db90d908644856eb61 # v1.0.0 + uses: xarray-contrib/minimum-dependency-versions@10c2aa0b74609aa542d5dd9c42223f5804f43470 # v2.0.0 with: policy: ci/policy.yaml environment-paths: ci/requirements/min-all-deps.yml - name: Bare minimum versions policy - uses: xarray-contrib/minimum-dependency-versions@3db8e1c17328ee1e27dfe4db90d908644856eb61 # v1.0.0 + uses: xarray-contrib/minimum-dependency-versions@10c2aa0b74609aa542d5dd9c42223f5804f43470 # v2.0.0 with: policy: ci/policy.yaml environment-paths: ci/requirements/bare-minimum.yml diff --git a/.github/workflows/nightly-wheels.yml b/.github/workflows/nightly-wheels.yml index d6c05a75141..6d4fd15e180 100644 --- a/.github/workflows/nightly-wheels.yml +++ b/.github/workflows/nightly-wheels.yml @@ -38,7 +38,7 @@ jobs: fi - name: Upload wheel - uses: scientific-python/upload-nightly-action@b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf # 0.6.2 + uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3 with: anaconda_nightly_upload_token: ${{ secrets.ANACONDA_NIGHTLY }} artifacts_path: dist