Skip to content

Commit ee50930

Browse files
authored
Merge pull request #173 from jazzband/dependabot/github_actions/all-github-actions-b6ae6d6a21
Bump astral-sh/setup-uv from 5 to 6 in the all-github-actions group
2 parents fd25962 + 222e383 commit ee50930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939

4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: astral-sh/setup-uv@v5
41+
uses: astral-sh/setup-uv@v6
4242
with:
4343
cache-dependency-glob: "pyproject.toml"
4444
cache-suffix: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)