Skip to content

Update README examples to use setup-micromamba v3#305

Merged
pavelzw merged 2 commits into
mainfrom
copilot/update-readme-to-use-v3
May 11, 2026
Merged

Update README examples to use setup-micromamba v3#305
pavelzw merged 2 commits into
mainfrom
copilot/update-readme-to-use-v3

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

The README still documented mamba-org/setup-micromamba@v2 even though v3 is the current supported major version. This updates the examples so the documented usage matches the version users should adopt.

  • README examples

    • Replaced all documented mamba-org/setup-micromamba@v2 references with @v3
    • Covered usage snippets across environment creation, shell initialization, caching, debugging, and self-hosted runner examples
  • Documentation correction

    • Fixed the malformed debug example that referenced mamba-org/setup-micromamba2v2
    • Standardized that snippet to the same @v3 form as the rest of the README
  • Example

    - uses: mamba-org/setup-micromamba@v3
      with:
        environment-file: environment.yml
        init-shell: >-
          bash
          powershell

Copilot AI changed the title [WIP] Update README to use v3 version for setup Update README examples to use setup-micromamba v3 May 11, 2026
Copilot AI requested a review from pavelzw May 11, 2026 08:45
@pavelzw pavelzw marked this pull request as ready for review May 11, 2026 08:46
@pavelzw pavelzw enabled auto-merge (squash) May 11, 2026 08:47
@pavelzw pavelzw added the documentation Improvements or additions to documentation label May 11, 2026
@pavelzw pavelzw merged commit 63fffb4 into main May 11, 2026
67 of 68 checks passed
@pavelzw pavelzw deleted the copilot/update-readme-to-use-v3 branch May 11, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Readme gives examples with tag v2 despite v3 being latest (and only one that works from June onwards due to Node 24)

2 participants