Sourced from astral-sh/setup-uv's releases.
v6.4.3 🌈 fix relative paths starting with dots
🐛 Bug fixes
- fix relative paths starting with dots
@eifinger
(#500)v6.4.2 🌈 Interpret relative inputs as under working-directory
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
- chore: update known versions for 0.8.1/0.8.2 @github-actions[bot] (#497)
- chore: update known versions for 0.8.0 @github-actions[bot] (#491)