Skip to content

Commit d4ca340

Browse files
authored
Merge pull request #80 from josh/dependabot/github_actions/astral-sh/setup-uv-5
Bump astral-sh/setup-uv from 4 to 5
2 parents f48ae84 + 11c024c commit d4ca340

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version-file: "pyproject.toml"
1919

20-
- uses: astral-sh/setup-uv@v4
20+
- uses: astral-sh/setup-uv@v5
2121

2222
- name: Install ruff
2323
run: |
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
python-version-file: "pyproject.toml"
4242

43-
- uses: astral-sh/setup-uv@v4
43+
- uses: astral-sh/setup-uv@v5
4444

4545
- name: Install dependencies
4646
run: |

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version-file: "pyproject.toml"
3030

31-
- uses: astral-sh/setup-uv@v4
31+
- uses: astral-sh/setup-uv@v5
3232

3333
- name: Install dependencies
3434
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version-file: "pyproject.toml"
1616

17-
- uses: astral-sh/setup-uv@v4
17+
- uses: astral-sh/setup-uv@v5
1818

1919
- name: Install dependencies
2020
run: |

0 commit comments

Comments
 (0)