

chore(deps): update astral-sh/setup-uv action to v3
@89cdb2d008921f810b60b926b010cc8b5a559f09
--- .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@v2 |
|
23 |
+ - uses: astral-sh/setup-uv@v3 |
|
24 | 24 |
with: |
25 | 25 |
version: "0.4.11" |
26 | 26 |
enable-cache: true |
--- .github/workflows/test.yaml
+++ .github/workflows/test.yaml
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 |
runs-on: ${{ matrix.os }} |
22 | 22 |
steps: |
23 | 23 |
- uses: actions/checkout@v4 |
24 |
- - uses: astral-sh/setup-uv@v2 |
|
24 |
+ - uses: astral-sh/setup-uv@v3 |
|
25 | 25 |
with: |
26 | 26 |
version: "0.4.11" |
27 | 27 |
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?