github astral-sh/setup-uv v6.4.2
v6.4.2 🌈 Interpret relative inputs as under working-directory

latest releases: v6.6, v6, v6.6.1...
one month ago

Changes

This release will interpret relative paths in inputs as relative
to the value of working-directory (default is ${{ github.workspace }}) .
This means the following configuration

- uses: astral-sh/setup-uv@v6
   with:
     working-directory: /my/path
     cache-dependency-glob: uv.lock

will look for the cache-dependency-glob under /my/path/uv.lock

🐛 Bug fixes

  • interpret relative inputs as under working-directory @eifinger (#498)

🧰 Maintenance

Don't miss a new setup-uv release

NewReleases is sending notifications on new releases.