Skip to content

Commit ac624f3

Browse files
authored
Merge pull request #111 from praw-dev/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 5 to 6
2 parents 0c3134a + b07837d commit ac624f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Install the latest version of uv
29-
uses: astral-sh/setup-uv@v5
29+
uses: astral-sh/setup-uv@v6
3030
- name: Install tox
3131
run: uv tool install --python-preference only-managed --python ${{ matrix.env }} tox --with tox-uv
3232
- name: Run test suite

0 commit comments

Comments
 (0)