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
🧰 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)