Commit 0d4956c
chore: fix annoying python CI/CD errors due to unsuported action (#473)
* chore: fix annoying python CI/CD errors due to unsuported action
* cache uv deps
* cache pyproject.toml
* Use setup-uv action pinned to commit SHA instead of pip install
Replace `pip install uv` with `astral-sh/setup-uv` pinned to commit
SHA for supply chain security. Remove redundant manual uv cache step
as setup-uv handles caching natively.
---------
Co-authored-by: Keith Lee <leekei@apache.org>1 parent e05a3f0 commit 0d4956c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments