Skip to content

Commit 7f5f030

Browse files
chore(deps): bump astral-sh/setup-uv from 4 to 5 (#767)
1 parent a496b6f commit 7f5f030

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4
16+
- uses: astral-sh/setup-uv@v5
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@v4
21+
- uses: astral-sh/setup-uv@v5
2222
with:
2323
enable-cache: true
2424
cache-dependency-glob: |

0 commit comments

Comments
 (0)