Skip to content

Commit 41f907a

Browse files
authored
Merge pull request #133 from praw-dev/dependabot/github_actions/astral-sh/setup-uv-7
2 parents 9589fa5 + 6975bb7 commit 41f907a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5
2828
- name: Install the latest version of uv
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
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)