From 33dcb04e95c8305603978f91535c4e70166e9a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:14:30 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [actions/setup-python](https://github.com/actions/setup-python). Updates `mamba-org/setup-micromamba` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](https://github.com/mamba-org/setup-micromamba/compare/v3.0.0...v3.1.0) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-ultraplot.yml | 4 ++-- .github/workflows/main.yml | 6 +++--- .github/workflows/publish-pypi.yml | 2 +- .github/workflows/test-map.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-ultraplot.yml b/.github/workflows/build-ultraplot.yml index 6db397daf..c1bb965d2 100644 --- a/.github/workflows/build-ultraplot.yml +++ b/.github/workflows/build-ultraplot.yml @@ -53,7 +53,7 @@ jobs: with: fetch-depth: 0 - - uses: mamba-org/setup-micromamba@v3.0.0 + - uses: mamba-org/setup-micromamba@v3.1.0 with: environment-file: ./environment.yml init-shell: bash @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@v7 - - uses: mamba-org/setup-micromamba@v3.0.0 + - uses: mamba-org/setup-micromamba@v3.1.0 with: environment-file: ./environment.yml init-shell: bash diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3f38ad44..bb54ea243 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: - name: Build test map on cache miss if: steps.restore-map.outputs.cache-hit != 'true' - uses: mamba-org/setup-micromamba@v3.0.0 + uses: mamba-org/setup-micromamba@v3.1.0 with: environment-file: ./environment.yml init-shell: bash @@ -126,7 +126,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: "3.11" @@ -157,7 +157,7 @@ jobs: with: fetch-depth: 0 - - uses: mamba-org/setup-micromamba@v3.0.0 + - uses: mamba-org/setup-micromamba@v3.1.0 with: environment-file: ./environment.yml init-shell: bash diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index a4ad833aa..6d820512b 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: "3.12" diff --git a/.github/workflows/test-map.yml b/.github/workflows/test-map.yml index a1abcd6e6..3dbd2ebc3 100644 --- a/.github/workflows/test-map.yml +++ b/.github/workflows/test-map.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - - uses: mamba-org/setup-micromamba@v3.0.0 + - uses: mamba-org/setup-micromamba@v3.1.0 with: environment-file: ./environment.yml init-shell: bash