Skip to content

Commit 467ffbd

Browse files
chore(deps): bump astral-sh/setup-uv from 3 to 4 (#760)
1 parent 5cb41f8 commit 467ffbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.12
16-
- uses: astral-sh/setup-uv@v3
16+
- uses: astral-sh/setup-uv@v4
1717
with:
1818
enable-cache: true
1919
cache-dependency-glob: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- uses: astral-sh/setup-uv@v3
21+
- uses: astral-sh/setup-uv@v4
2222
with:
2323
enable-cache: true
2424
cache-dependency-glob: |

0 commit comments

Comments
 (0)