Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astral-sh/setup-uv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 37802ad
Choose a base ref
...
head repository: astral-sh/setup-uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cec2083
Choose a head ref
  • 12 commits
  • 29 files changed
  • 3 contributors

Commits on Mar 20, 2026

  1. Configuration menu
    Copy the full SHA
    c20049f View commit details
    Browse the repository at this point in the history
  2. Fix latest-version workflow check (#812)

    ## Summary
    - make the latest-version workflow test use the action output for the
    exact installed version
    - allow `uv --version` to include additional platform/build metadata
    - keep validating that the reported version matches the latest GitHub
    release
    
    ## Testing
    - npm ci --ignore-scripts
    - npm run all
    - actionlint .github/workflows/test.yml
    
    Fixes the failure in
    https://github.com/astral-sh/setup-uv/actions/runs/23332230171/job/67866051063
    eifinger authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    8cc8d1c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    8970931 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. chore: update known checksums for 0.11.0 (#815)

    chore: update known checksums for 0.11.0
    
    Co-authored-by: eifinger <[email protected]>
    github-actions[bot] and eifinger authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    e1a7373 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. chore: update known checksums for 0.11.1 (#817)

    chore: update known checksums for 0.11.1
    
    Co-authored-by: eifinger <[email protected]>
    github-actions[bot] and eifinger authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    5c62c59 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. chore: update known checksums for 0.11.2 (#821)

    chore: update known checksums for 0.11.2
    
    Co-authored-by: eifinger <[email protected]>
    github-actions[bot] and eifinger authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    447e6d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

  1. Configuration menu
    Copy the full SHA
    868d1f7 View commit details
    Browse the repository at this point in the history
  2. Refactor inputs (#823)

    Don't load at import time and make it easier to test
    eifinger authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    f82eb19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    485abd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fdbe7c View commit details
    Browse the repository at this point in the history
  5. Simplify inputs.ts (#827)

    Do not pass around inputs.
    Its okay to freely work with core.getInput in this file
    eifinger authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    4dd8ab4 View commit details
    Browse the repository at this point in the history
  6. Shortcircuit latest version from manifest (#828)

    The first version is guaranteed to be the latest
    eifinger authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    cec2083 View commit details
    Browse the repository at this point in the history
Loading