

chore(deps): update astral-sh/setup-uv action to v4
@516ae60459d111ad44647e20477b8ed9f19b81b4
--- .github/workflows/lint.yaml
+++ .github/workflows/lint.yaml
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 |
runs-on: ubuntu-latest |
21 | 21 |
steps: |
22 | 22 |
- uses: actions/checkout@v4 |
23 |
- - uses: astral-sh/setup-uv@v3 |
|
23 |
+ - uses: astral-sh/setup-uv@v4 |
|
24 | 24 |
with: |
25 | 25 |
version: "0.4.11" |
26 | 26 |
enable-cache: true |
--- .github/workflows/test.yaml
+++ .github/workflows/test.yaml
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 |
runs-on: ${{ matrix.os }} |
23 | 23 |
steps: |
24 | 24 |
- uses: actions/checkout@v4 |
25 |
- - uses: astral-sh/setup-uv@v3 |
|
25 |
+ - uses: astral-sh/setup-uv@v4 |
|
26 | 26 |
with: |
27 | 27 |
version: "0.4.11" |
28 | 28 |
enable-cache: true |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?